次の方法で共有


HttpRequestWrapper.ContentType プロパティ

定義

要求の MIME コンテンツ タイプを取得または設定します。

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

プロパティ値

String

"text/html" などの要求の MIME コンテンツ タイプ。

適用対象