Table of Contents

Class ContextSettings

Namespace
Dynamicweb
Assembly
Dynamicweb.Core.dll

Represents the settings for creating new contexts in a non-http context scenario.

public sealed class ContextSettings
Inheritance
ContextSettings
Inherited Members

Remarks

Create an instance of this and call CreateContext(ContextSettings) to create a new context using the settings.

Properties

Url

Gets or sets the URL used in the context generated using these settings.

public required Uri Url { get; init; }

Property Value

Uri
To top