AuthorizationRuleAction Enumeration

 

Specifies the type of authorization to apply when accessing a resource.

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

public enum class AuthorizationRuleAction

Member nameDescription
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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: