Class EditUrlArguments
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inheritance
System.Object
EditUrlArguments
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.Routing
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public class EditUrlArguments
Constructors
EditUrlArguments()
Declaration
public EditUrlArguments()
Properties
ForceEditHost
Gets or sets a value indicating whether to force the use of an edit host if present.
Declaration
public bool ForceEditHost { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Note that the edit host will always be preferred if requested edit URL isn't for the current site.
Language
Gets or sets the specific language that should be requested.
Declaration
public CultureInfo Language { get; set; }
Property Value
Type | Description |
---|---|
System.Globalization.CultureInfo |