MediaTypeHeaderValue.MatchesAllSubTypesWithoutSuffix Eigenschaft

Definition

Ruft ab, ob dies MediaTypeHeaderValue mit allen Untertypen übereinstimmt, wobei ein strukturiertes Syntaxsuffix ignoriert wird.

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

Eigenschaftswert

Beispiele

Für den Medientyp "application/*+json"ist truediese Eigenschaft .

Für den Medientyp "application/vnd.example+json"ist falsediese Eigenschaft .

Gilt für: