Partilhar via


HttpMethodConstraint.AllowedMethods Propriedade

Definição

Obtém a coleção de verbos HTTP permitidos para a rota.

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

Valor da propriedade

Um conjunto de verbos HTTP permitidos para a rota.

Aplica-se a

Confira também