Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class UIOptions

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Contains options for Episerver user interface

Inheritance
System.Object
UIOptions
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.Internal
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[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/'

Extension Methods