Compartir a través de


IHttpMethodMetadata.HttpMethods Propiedad

Definición

Devuelve una colección de solo lectura de métodos HTTP utilizados durante el enrutamiento. Una colección vacía significa que se aceptará cualquier método 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)

Valor de propiedad

Se aplica a