System.Web.Configuration.AuthorizationRule.Verbs Property

Gets the verbs associated with the resource.

Syntax

[System.Configuration.ConfigurationProperty("verbs")]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.CommaDelimitedStringCollectionConverter))]
public System.Collections.Specialized.StringCollection Verbs { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The AuthorizationRule.Verbs property is a comma-separated list of HTTP transmission methods that are granted or denied access to the resource.

Requirements

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