HttpContentDispositionHeaderValue.FileNameStar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value of the filename-parm characteristic in the Content-Disposition HTTP header for multiple files.
public:
property Platform::String ^ FileNameStar { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring FileNameStar();
void FileNameStar(winrt::hstring value);
public string FileNameStar { get; set; }
var string = httpContentDispositionHeaderValue.fileNameStar;
httpContentDispositionHeaderValue.fileNameStar = string;
Public Property FileNameStar As String
Property Value
A suggested filename of the form filename*.
Remarks
The FileNameStar property is a suggestion for how to construct filenames for storing message payloads to be used if the entities are detached and stored in a separate files.