DisabledAttribute

Namespace: ASPSecurityKit.Net
Assembly: ASPSecurityKit.Net.dll

Summary

Attribute to indicate that the associated action(s) is disabled.

Constructors

#ctor()

Summary

Initializes a new instance of the DisabledAttribute class.

Parameters

This constructor has no parameters.

#ctor(reason)

Summary

Initializes a new instance of the DisabledAttribute class.

Parameters
Name Type Description
reason System.String Reason for disabling the action.

Properties

Reason

Summary

Gets or sets the reason for disabling the action.

Value

The reason for disabling the action.