Search Results for

    Show / Hide Table of Contents
    View Source

    Class PluginControllerMetadata

    Represents some metadata about the controller

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Web.Mvc
    Assembly: Umbraco.Core.dll
    Syntax
    public class PluginControllerMetadata

    Properties

    View Source

    AreaName

    Declaration
    public string? AreaName { get; set; }
    Property Value
    Type Description
    string
    View Source

    ControllerName

    Declaration
    public string? ControllerName { get; set; }
    Property Value
    Type Description
    string
    View Source

    ControllerNamespace

    Declaration
    public string? ControllerNamespace { get; set; }
    Property Value
    Type Description
    string
    View Source

    ControllerType

    Declaration
    public Type ControllerType { get; set; }
    Property Value
    Type Description
    Type
    View Source

    IsBackOffice

    This is determined by another attribute [IsBackOffice] which slightly modifies the route path allowing us to determine if it is indeed a back office request or not

    Declaration
    public bool IsBackOffice { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX