View Source
  Class ApiContentResponseBuilder
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public sealed 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