Condividi tramite


IHttpMethodMetadata.HttpMethods Proprietà

Definizione

Restituisce una raccolta di sola lettura di metodi HTTP utilizzati durante il routing. Una raccolta vuota indica che verrà accettato qualsiasi metodo HTTP.

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)

Valore della proprietà

Si applica a