Class PluginControllerAttribute
Indicates that a controller is a plugin tree controller and should be routed to its own area.
Inheritance
System.Object
System.Attribute
Namespace: Umbraco.Web.Mvc
Assembly: Umbraco.Web.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class PluginControllerAttribute : Attribute, _Attribute
Constructors
View SourcePluginControllerAttribute(String)
Initializes a new instance of the PluginControllerAttribute class.
Declaration
public PluginControllerAttribute(string areaName)
Parameters
Type | Name | Description |
---|---|---|
System.String | areaName |
Properties
View SourceAreaName
Gets the name of the area.
Declaration
public string AreaName { get; }
Property Value
Type | Description |
---|---|
System.String |