ContentDispositionHeaderValue.FileName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如何建構檔名,以在實體中斷連結並儲存在不同的檔案中時,儲存要使用的訊息承載。
public:
property System::String ^ FileName { System::String ^ get(); void set(System::String ^ value); };
public string FileName { get; set; }
public string? FileName { get; set; }
member this.FileName : string with get, set
Public Property FileName As String
屬性值
建議的檔案名稱。
備註
屬性 FileName 會針對非 ascii 字元使用MIME編碼。