AuthorizationRuleAction Enumeration
.NET Framework 3.0
Specifies the type of authorization to apply when accessing a resource.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: