MediaTypeSegmentWithQuality Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A media type with its associated quality.
public value class MediaTypeSegmentWithQuality
public readonly struct MediaTypeSegmentWithQuality
type MediaTypeSegmentWithQuality = struct
Public Structure MediaTypeSegmentWithQuality
- Inheritance
-
MediaTypeSegmentWithQuality
Constructors
| MediaTypeSegmentWithQuality(StringSegment, Double) |
Initializes an instance of MediaTypeSegmentWithQuality. |
Properties
| MediaType |
Gets the media type of this MediaTypeSegmentWithQuality. |
| Quality |
Gets the quality of this MediaTypeSegmentWithQuality. |
Methods
| ToString() | Returns the fully qualified type name of this instance. |