HttpListenerResponse.ContentType 屬性

定義

取得或設定傳回內容的 MIME 類型。

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

屬性值

String 執行個體,包含回應之 Content-Type 標頭的文字。

例外狀況

為設定作業指定的值為 null

為設定作業所指定的值為空字串 ("")。

這個物件已經關閉。

備註

與網頁瀏覽器通訊時,您應該在傳回 以外的 text/html任何內容類型時明確設定這個屬性。

如需響應標頭的完整清單,請參閱 HttpResponseHeader 列舉。

適用於

另請參閱