Class UmbracoApiControllerBase
Provides a base class for Umbraco API controllers.
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
Namespace: Umbraco.Cms.Web.Common.Controllers
Assembly: Umbraco.Web.Common.dll
Syntax
[Authorize(Policy = "UmbracoFeatureEnabled")]
public abstract class UmbracoApiControllerBase : ControllerBase
Remarks
These controllers are NOT auto-routed.
The base class is Microsoft.AspNetCore.Mvc.ControllerBase which are netcore API controllers without any view support
Constructors
View SourceUmbracoApiControllerBase()
Initializes a new instance of the UmbracoApiControllerBase class.
Declaration
protected UmbracoApiControllerBase()