Interface IApiContentRouteBuilder
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiContentRouteBuilder
Methods
View SourceBuild(IPublishedContent, String)
Declaration
IApiContentRoute Build(IPublishedContent content, string culture = null)
Parameters
Type | Name | Description |
---|---|---|
IPublishedContent | content | |
System.String | culture |
Returns
Type | Description |
---|---|
IApiContentRoute |