Condividi tramite


ContentDispositionHeaderValue.FileNameStar Proprietà

Definizione

Suggerimento per come costruire file per archiviare i payload dei messaggi da usare se le entità vengono scollegate e archiviate in file separati.

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

Valore della proprietà

Nome suggerito per il nome file del form*.

Commenti

La proprietà usa la FileNameStar codifica IETF RFC 5987. Le FileName proprietà e FileNameStar differiscono solo in quanto FileNameStar usano la codifica definita in IETF RFC 5987, consentendo l'uso di caratteri non presenti nel set di caratteri ISO-8859-1.

Si applica a