次の方法で共有


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 ヘッダー。

適用対象