Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    UmbracoApiControllerBase()

    Initializes a new instance of the UmbracoApiControllerBase class.

    Declaration
    protected UmbracoApiControllerBase()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoApiControllerBase()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX