다음을 통해 공유


DataServiceRequestArgs.AcceptContentType 속성

정의

요청 메시지의 Accept 헤더를 가져오거나 설정합니다.

public:
 property System::String ^ AcceptContentType { System::String ^ get(); void set(System::String ^ value); };
public string AcceptContentType { get; set; }
member this.AcceptContentType : string with get, set
Public Property AcceptContentType As String

속성 값

Accept 헤더의 값입니다.

설명

속성 값 AcceptContentType 에 대해 유효성 검사가 수행되지 않습니다. 따라서 제공된 값이 HTTP Accept 헤더에 유효한 값인지 확인합니다.

적용 대상