View Source
Class ApiContentResponseBuilder
Assembly: Umbraco.Core.dll
Syntax
public class ApiContentResponseBuilder : ApiContentBuilderBase<IApiContentResponse>, IApiContentResponseBuilder
Constructors
View Source
ApiContentResponseBuilder(IApiContentNameProvider, IApiContentRouteBuilder, IOutputExpansionStrategyAccessor, IVariationContextAccessor)
Declaration
public ApiContentResponseBuilder(IApiContentNameProvider apiContentNameProvider, IApiContentRouteBuilder apiContentRouteBuilder, IOutputExpansionStrategyAccessor outputExpansionStrategyAccessor, IVariationContextAccessor variationContextAccessor)
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