Interface IRequestStartItemProvider
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IRequestStartItemProvider
  Methods
View SourceGetStartItem()
Gets the requested start item, if present.
Declaration
IPublishedContent GetStartItem()
  Returns
| Type | Description | 
|---|---|
| IPublishedContent | 
RequestedStartItem()
Gets the value of the requested start item, if present.
Declaration
string RequestedStartItem()
  Returns
| Type | Description | 
|---|---|
| System.String |