Compartir a través de


HttpMethodConstraint.AllowedMethods Propiedad

Definición

Obtiene la colección de verbos HTTP permitidos para la ruta.

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 de propiedad

Colección de verbos HTTP permitidos para la ruta.

Se aplica a

Consulte también