System.Web.Configuration.HttpHandlerAction.Verb Property

Gets or sets the verb allowed by the System.Web.Configuration.HttpHandlerAction object.

Syntax

[System.Configuration.ConfigurationProperty("verb", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey)]
public string Verb { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This HttpHandlerAction.Verb property can be a comma-separated list of HTTP verbs (for example, "GET, PUT, POST").

Requirements

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