HttpMethodRouteConstraint.AllowedMethods Property

Definition

Gets the HTTP methods allowed by the constraint.

public:
 property System::Collections::Generic::IList<System::String ^> ^ AllowedMethods { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> AllowedMethods { get; }
member this.AllowedMethods : System.Collections.Generic.IList<string>
Public ReadOnly Property AllowedMethods As IList(Of String)

Property Value

Applies to