Condividi tramite


ContentDispositionHeaderValue.FileName Proprietà

Definizione

Ottiene o imposta un valore che suggerisce come costruire un nome file per l'archiviazione del 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:
 property Microsoft::Extensions::Primitives::StringSegment FileName { Microsoft::Extensions::Primitives::StringSegment get(); void set(Microsoft::Extensions::Primitives::StringSegment value); };
public string FileName { get; set; }
public Microsoft.Extensions.Primitives.StringSegment FileName { get; set; }
member this.FileName : string with get, set
member this.FileName : Microsoft.Extensions.Primitives.StringSegment with get, set
Public Property FileName As String
Public Property FileName As StringSegment

Valore della proprietà

Si applica a