HttpHandlerAction.Verb Property
.NET Framework (current version)
Gets or sets the verb allowed by the HttpHandlerAction object.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("verb", IsRequired = true, IsKey = true)] public string Verb { get; set; }
This Verb property can be a comma-separated list of HTTP verbs (for example, "GET, PUT, POST").
.NET Framework
Available since 2.0
Available since 2.0
Show: