HttpMethodMetadata.HttpMethods Property

Definition

Returns a read-only collection of HTTP methods used during routing. An empty collection means any HTTP method will be accepted.

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

Property Value

Implements

Applies to