View Source
Class ApiContentRoute
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class ApiContentRoute : IApiContentRoute
Constructors
View Source
ApiContentRoute(String, ApiContentStartItem)
Declaration
public ApiContentRoute(string path, ApiContentStartItem startItem)
Parameters
Properties
View Source
Path
Declaration
public string Path { get; }
Property Value
Type |
Description |
System.String |
|
View Source
StartItem
Declaration
public IApiContentStartItem StartItem { get; }
Property Value