FtpWebRequest.ContentType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
永遠擲回 NotSupportedException。
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
屬性值
永遠擲回 NotSupportedException。
例外狀況
FTP 不支援內容類型資訊。
備註
屬性ContentType僅供與和 WebResponse 類別的其他實WebRequest作相容。 沒有理由使用 ContentType。