ContentDispositionHeaderValue.Parameters Propriété

Définition

Un ensemble de paramètres incluant l’en-tête Content-Disposition.

public:
 property System::Collections::Generic::ICollection<System::Net::Http::Headers::NameValueHeaderValue ^> ^ Parameters { System::Collections::Generic::ICollection<System::Net::Http::Headers::NameValueHeaderValue ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Parameters { get; }
member this.Parameters : System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue>
Public ReadOnly Property Parameters As ICollection(Of NameValueHeaderValue)

Valeur de propriété

ICollection<NameValueHeaderValue>

Collection de paramètres.

S’applique à