Search Results for

    Show / Hide Table of Contents
    View Source

    Class PluginControllerMetadata

    Represents some metadata about the controller

    Inheritance
    System.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
    System.String
    View Source

    ControllerName

    Declaration
    public string ControllerName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ControllerNamespace

    Declaration
    public string ControllerNamespace { get; set; }
    Property Value
    Type Description
    System.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
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AreaName
      • ControllerName
      • ControllerNamespace
      • ControllerType
      • IsBackOffice
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX