MediaTypeHeaderValue.Parameters Property

Definition

Gets or sets the media type's parameters. Returns an empty IList<T> if there are no parameters.

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)

Property Value

Applies to