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 | |
| string | culture |
Returns
| Type | Description |
|---|---|
| IApiContentRoute |