System.Web.Configuration.AuthorizationRule.Action Property

Gets or sets the System.Web.Configuration.AuthorizationRule action.

Syntax

public AuthorizationRuleAction Action { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

At run time, the authorization module iterates through allow and deny elements until it finds the first access rule that fits a particular user. It then grants or denies access to a URL resource depending on whether the first access rule found is allow or deny. Access is allowed by default.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0