HttpContentDispositionHeaderValue.FileName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置单个文件的 Content-Disposition HTTP 标头中 filename-parm 信息的值。
public:
property Platform::String ^ FileName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring FileName();
void FileName(winrt::hstring value);
public string FileName { get; set; }
var string = httpContentDispositionHeaderValue.fileName;
httpContentDispositionHeaderValue.fileName = string;
Public Property FileName As String
属性值
建议的文件名。
注解
FileName 属性是有关如何构造文件名的建议,用于存储实体分离并存储在单独的文件中时要使用的消息有效负载。
FileName 属性对非 ascii 字符使用 MIME 编码。