Share via


HttpMethodConstraint.AllowedMethods Eigenschaft

Definition

Ruft die Auflistung der zulässigen HTTP-Verben für die Route ab.

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)

Eigenschaftswert

Die Auflistung der zulässigen HTTP-Verben für die Route.

Gilt für:

Weitere Informationen