AuthorizationRuleCollection.Add Method (AuthorizationRule)

 

Adds a AuthorizationRule object to the collection.

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

member Add : 
        rule:AuthorizationRule -> unit

Parameters

rule
Type: System.Web.Configuration.AuthorizationRule

The AuthorizationRule object to add to the collection.

Exception Condition
ConfigurationException

The AuthorizationRule object already exists in the collection, or the collection is read-only.

The collection must not already contain the AuthorizationRule object you are adding.

The following code example shows how to use the Add method.

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

.NET Framework
Available since 2.0
Return to top
Show: