Aracılığıyla paylaş


HttpMethodConstraint.AllowedMethods Özellik

Tanım

Yol için izin verilen HTTP fiillerinin koleksiyonunu alır.

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)

Özellik Değeri

Yol için izin verilen HTTP fiilleri koleksiyonu.

Şunlara uygulanır

Ayrıca bkz.