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 标头的值。

适用于