View Source
Represents some metadata about the controller
Inheritance
System.Object
Assembly: Umbraco.Core.dll
public class PluginControllerMetadata
Properties
View Source
Declaration
public string AreaName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string ControllerName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string ControllerNamespace { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public Type ControllerType { get; set; }
Property Value
View Source
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 |
|