Class UIOptions
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Contains options for Episerver user interface
Inheritance
Inherited Members
Namespace: EPiServer.Web.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
[Options]
public class UIOptions
Constructors
UIOptions()
Declaration
public UIOptions()
Properties
EditUrl
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the URL to the edit UI. It must be a Web URL, and may include scheme and port. It must be a Web URL, and include the path to the site root. It is only to be used to generate direct references to the site in external locations. For references from a page, use root-relative URLs and ResolveUrl etc as appropriate.
Declaration
public Uri EditUrl { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
Remarks
Default value is '~/EPiServer/CMS/'
UtilUrl
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the URL to the Util part of the UI application. It must be a Web URL, and may include scheme and port. It must be a Web URL, and include the path to the site root. It is only to be used to generate direct references to the site in external locations. For references from a page, use root-relative URLs and ResolveUrl etc as appropriate.
Declaration
public Uri UtilUrl { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
Remarks
Default value is '~/Util/'