Class Constants.UrlProviders
Contains constants for URL provider names.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.UrlProviders
Fields
View SourceContent
The name of the content URL provider.
Declaration
public const string Content = "umbDocumentUrlProvider"
Field Value
| Type | Description |
|---|---|
| string |
Media
The name of the media URL provider.
Declaration
public const string Media = "umbMediaUrlProvider"
Field Value
| Type | Description |
|---|---|
| string |