Compartilhar via


HttpMethodMetadata.HttpMethods Propriedade

Definição

Retorna uma coleção somente leitura de métodos HTTP usados durante o roteamento. Uma coleção vazia significa que qualquer método HTTP será aceito.

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 da propriedade

Implementações

Aplica-se a