MediaTypeHeaderValue.Parameters Vlastnost

Definice

Získá nebo nastaví parametry hodnoty hlavičky media-type.

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)

Hodnota vlastnosti

Parametry hodnoty hlavičky typu média.

Platí pro