View Source
Class ApiContentResponseBuilder
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ApiContentResponseBuilder : ApiContentBuilderBase<IApiContentResponse>, IApiContentResponseBuilder
Constructors
View Source
ApiContentResponseBuilder(IApiContentNameProvider, IApiContentRouteBuilder, IOutputExpansionStrategyAccessor)
Declaration
public ApiContentResponseBuilder(IApiContentNameProvider apiContentNameProvider, IApiContentRouteBuilder apiContentRouteBuilder, IOutputExpansionStrategyAccessor outputExpansionStrategyAccessor)
Parameters
Methods
View Source
Create(IPublishedContent, String, IApiContentRoute, IDictionary<String, Object>)
Declaration
protected override IApiContentResponse Create(IPublishedContent content, string name, IApiContentRoute route, IDictionary<string, object> properties)
Parameters
Returns
View Source
GetCultures(IPublishedContent)
Declaration
protected virtual IDictionary<string, IApiContentRoute> GetCultures(IPublishedContent content)
Parameters
Returns