StringWithQualityHeaderValue

System.Net.Http.Headers

Summary

Represents the value of an HTTP header that can include a quality value (q-value).

This class is commonly used for headers such as Accept, Accept-Encoding, and Accept-Language, where clients can specify their preferences along with a quality factor to indicate their relative importance.

The quality value ranges from 0 to 1, where 1 indicates the highest preference.

Properties

Methods

Constructors