IncomingWebRequestContext.Accept 属性

定义

获取传入 Web 请求的 Accept 标头值。

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

属性值

传入 Web 请求的 Accept 标头。

适用于