共用方式為


ContentDispositionHeaderValue.FileName 屬性

定義

如何建構檔名,以在實體中斷連結並儲存在不同的檔案中時,儲存要使用的訊息承載。

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編碼。

適用於