Interface IApiContentRoute
Represents a route to content in the Delivery API.
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiContentRoute
Properties
View SourcePath
Gets the URL path of the content.
Declaration
string Path { get; }
Property Value
| Type | Description |
|---|---|
| string |
QueryString
Gets or sets the query string associated with the route.
Declaration
string? QueryString { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartItem
Gets the start item for this route.
Declaration
IApiContentStartItem StartItem { get; }
Property Value
| Type | Description |
|---|---|
| IApiContentStartItem |