AuthorizeAttribute Properties
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | AllowMultiple | Gets or sets a value that indicates whether more than one instance of the filter attribute can be specified.(Inherited from FilterAttribute.) |
![]() | Order | Gets or sets the order in which the action filters are executed.(Inherited from FilterAttribute.) |
![]() | Roles | Gets or sets the user roles that are authorized to access the controller or action method. |
![]() | TypeId | Gets the unique identifier for this attribute.(Overrides Attribute::TypeId.) |
![]() | Users | Gets or sets the users that are authorized to access the controller or action method. |
Show:
