Click or drag to resize

AuthorizeControllerRoleAttribute Properties

The AuthorizeControllerRoleAttribute type exposes the following members.

Properties
  Name Description
Public property AllowMultiple Gets or sets a value that indicates whether more than one instance of the filter attribute can be specified.
(Inherited from FilterAttribute)
Public property Order Gets or sets the order in which the action filters are executed.
(Inherited from FilterAttribute)
Public property SecurityExceptionViewName Gets or sets view name to show for security exceptions.
Public property SecuritySettingsCategory Gets or sets settings category used to lookup security connection for user data context.
Public property TypeId When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute)
Top
See Also