다음을 통해 공유


IncomingWebRequestContext.Accept 속성

정의

들어오는 웹 요청의 Accept 헤더 값을 가져옵니다.

public:
 property System::String ^ Accept { System::String ^ get(); };
public string Accept { get; }
member this.Accept : string
Public ReadOnly Property Accept As String

속성 값

String

들어오는 웹 요청의 Accept 헤더입니다.

적용 대상