Interface IApiContentRoute
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiContentRoute
Properties
View SourcePath
Declaration
string Path { get; }
Property Value
| Type | Description |
|---|---|
| string |
QueryString
Declaration
string? QueryString { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartItem
Declaration
IApiContentStartItem StartItem { get; }
Property Value
| Type | Description |
|---|---|
| IApiContentStartItem |