다음을 통해 공유


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 헤더의 값입니다.

적용 대상