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

屬性值

請求的 MIME 內容類型,例如「text/html」。

適用於