AuthorizeAttribute Properties

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Properties

Name Description
System_CAPS_pubproperty AllowMultiple

Gets or sets a value that indicates whether more than one instance of the filter attribute can be specified.(Inherited from FilterAttribute.)

System_CAPS_pubproperty Order

Gets or sets the order in which the action filters are executed.(Inherited from FilterAttribute.)

System_CAPS_pubproperty Roles

Gets or sets the user roles that are authorized to access the controller or action method.

System_CAPS_pubproperty TypeId

Gets the unique identifier for this attribute.(Overrides Attribute.TypeId.)

System_CAPS_pubproperty Users

Gets or sets the users that are authorized to access the controller or action method.

See Also

AuthorizeAttribute Class
System.Web.Mvc Namespace

Return to top