HttpMethodConstraint.AllowedMethods Property

 

Gets the collection of allowed HTTP verbs for the route.

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

Public Property AllowedMethods As ICollection(Of String)
	Get
	Private Set
End Property

Property Value

Type: System.Collections.Generic.ICollection(Of String)

A collection of allowed HTTP verbs for the route.

.NET Framework
Available since 3.5
Return to top
Show: