Share via


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 헤더에 대한 유효한 값인지 확인해야 합니다.

적용 대상