ContentDispositionHeaderValue.FileNameStar Property

Definition

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.

public:
 property System::String ^ FileNameStar { System::String ^ get(); void set(System::String ^ value); };
public string FileNameStar { get; set; }
public string? FileNameStar { get; set; }
member this.FileNameStar : string with get, set
Public Property FileNameStar As String

Property Value

A suggested filename of the form filename*.

Remarks

The FileNameStar property uses IETF RFC 5987 encoding. The FileName and FileNameStar properties differ only in that FileNameStar uses the encoding defined in IETF RFC 5987, allowing the use of characters not present in the ISO-8859-1 character set.

Applies to