HttpContentHeaders.Allow 屬性

定義

取得 HTTP 回應的 Allow 內容標頭值。

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)

屬性值

HTTP 回應上 Allow 標頭的值。

適用於