Condividi tramite


ContentDispositionHeaderValue.FileName Proprietà

Definizione

Suggerimento per come costruire un nome file per archiviare il payload del messaggio da usare se l'entità viene scollegata e archiviata in un file separato.

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

Valore della proprietà

Nome file suggerito.

Commenti

La proprietà usa la FileName codifica MIME per caratteri non ascii.

Si applica a