FileWebRequest.ContentType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定正在傳送之資料的內容類型。 這個屬性保留給未來的版本使用。
public:
virtual property System::String ^ ContentType { System::String ^ get(); void set(System::String ^ value); };
public override string? ContentType { get; set; }
public override string ContentType { get; set; }
member this.ContentType : string with get, set
Public Overrides Property ContentType As String
屬性值
正在傳送之資料的內容類型。
備註
屬性 ContentType 包含所傳送數據的媒體類型。 這通常是內容的MIME編碼方式。 類別 ContentType 目前未使用 FileWebRequest 屬性。