AuthorizationRuleAction Enumeration
.NET Framework (current version)
Specifies the type of authorization to apply when accessing a resource.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| Allow | The authorization type allows access to the resource. | |
| Deny | The authorization type denies access to the resource. |
Use the Action property to programmatically configure the authorization action to be used by a Web application.
The following code example shows how use the Action property. This code example is part of a larger example provided for the AuthorizationRule class.
.NET Framework
Available since 2.0
Available since 2.0
Show: