View Source
Class ContentApiControllerBase
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Delivery.dll
Syntax
public abstract class ContentApiControllerBase : DeliveryApiControllerBase
Constructors
View Source
ContentApiControllerBase(IApiPublishedContentCache, IApiContentResponseBuilder)
Declaration
protected ContentApiControllerBase(IApiPublishedContentCache apiPublishedContentCache, IApiContentResponseBuilder apiContentResponseBuilder)
Parameters
Type |
Name |
Description |
IApiPublishedContentCache |
apiPublishedContentCache |
|
IApiContentResponseBuilder |
apiContentResponseBuilder |
|
Properties
View Source
ApiContentResponseBuilder
Declaration
protected IApiContentResponseBuilder ApiContentResponseBuilder { get; }
Property Value
Type |
Description |
IApiContentResponseBuilder |
|
View Source
ApiPublishedContentCache
Declaration
protected IApiPublishedContentCache ApiPublishedContentCache { get; }
Property Value
Type |
Description |
IApiPublishedContentCache |
|
Methods
View Source
ApiContentQueryOperationStatusResult(ApiContentQueryOperationStatus)
Declaration
protected IActionResult ApiContentQueryOperationStatusResult(ApiContentQueryOperationStatus status)
Parameters
Type |
Name |
Description |
ApiContentQueryOperationStatus |
status |
|
Returns
Type |
Description |
IActionResult |
|
View Source
Forbidden()
Creates a 403 Forbidden result.
Declaration
protected IActionResult Forbidden()
Returns
Type |
Description |
IActionResult |
|