Condividi tramite


ContentDispositionHeaderValue.Parameters Proprietà

Definizione

Set di parametri che include l'intestazione 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)

Valore della proprietà

Raccolta di parametri.

Si applica a