MediaTypeSegmentWithQuality Struct

Definition

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.

Applies to