ContentDispositionHeaderValue.Parameters Propiedad

Definición

Obtiene una colección de parámetros incluidos en el encabezado Content-Disposition .

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

Valor de propiedad

IList<NameValueHeaderValue>

Se aplica a