ContentDispositionHeaderValue.Parameters Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém uma coleção de parâmetros incluídos no Content-Disposition
cabeçalho.
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)