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 编码。

适用于