共用方式為


PackWebRequest.ContentType 屬性

定義

取得或設定 Content-type HTTP 標頭。

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

屬性值

標頭的內容。

備註

請注意,套件 URI 通訊協定不會在要求中處理統一資源標識碼 (URI) 以外的資訊。 就大部分用途而言, (例如判斷 POST 資訊) 的類型,這個屬性並無用處。

ContentType 如果要求從 PackageStore 快取解析,則會傳回空字串。

屬性 ContentType 會與內部 WebRequest (GetInnerRequest) 共用。

適用於