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 ICollection<String^>^ AllowedMethods {
	ICollection<String^>^ get();
	private: void set(ICollection<String^>^ value);
}

Property Value

Type: System.Collections.Generic::ICollection<String^>^

A collection of allowed HTTP verbs for the route.

.NET Framework
Available since 3.5
Return to top
Show: