MediaTypeHeaderValue.MatchesAllSubTypesWithoutSuffix Property

Definition

Gets whether this MediaTypeHeaderValue matches all subtypes, ignoring any structured syntax suffix.

public:
 property bool MatchesAllSubTypesWithoutSuffix { bool get(); };
public bool MatchesAllSubTypesWithoutSuffix { get; }
member this.MatchesAllSubTypesWithoutSuffix : bool
Public ReadOnly Property MatchesAllSubTypesWithoutSuffix As Boolean

Property Value

Examples

For the media type "application/*+json", this property is true.

For the media type "application/vnd.example+json", this property is false.

Applies to