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