HttpContentDispositionHeaderValue.FileNameStar Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to