Class Constants.Web.RoutePath
Contains route path segment constants used in API routing.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.Web.RoutePath
Fields
View SourceCollection
The route path segment for collection endpoints.
Declaration
public const string Collection = "collection"
Field Value
| Type | Description |
|---|---|
| string |
Filter
The route path segment for filter endpoints.
Declaration
public const string Filter = "filter"
Field Value
| Type | Description |
|---|---|
| string |
Item
The route path segment for item endpoints.
Declaration
public const string Item = "item"
Field Value
| Type | Description |
|---|---|
| string |
RecycleBin
The route path segment for recycle bin endpoints.
Declaration
public const string RecycleBin = "recycle-bin"
Field Value
| Type | Description |
|---|---|
| string |
Tree
The route path segment for tree endpoints.
Declaration
public const string Tree = "tree"
Field Value
| Type | Description |
|---|---|
| string |