Aracılığıyla paylaş


HttpContentHeaders.Allow Özellik

Tanım

BIR HTTP yanıtındaki Allow içerik üst bilgisinin değerini alır.

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

Özellik Değeri

HTTP yanıtındaki Allow üst bilginin değeri.

Şunlara uygulanır