Enum UrlMode
Specifies the type of URLs that the URL provider should produce, Auto is the default.
Namespace: Umbraco.Cms.Core.Models.PublishedContent
Assembly: Umbraco.Core.dll
Syntax
public enum UrlMode
Fields
Name | Description |
---|---|
Absolute | Indicates that the URL provider should produce absolute URLs exclusively. |
Auto | Indicates that the URL provider should determine automatically whether to return relative or absolute URLs. |
Default | Indicates that the URL provider should do what it has been configured to do. |
Relative | Indicates that the URL provider should produce relative URLs exclusively. |