MediaTypeHeaderValue.MatchesAllSubTypesWithoutSuffix Propriété

Définition

Obtient si cela MediaTypeHeaderValue correspond à tous les sous-types, en ignorant tout suffixe de syntaxe structuré.

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

Valeur de propriété

Exemples

Pour le type "application/*+json"de média , cette propriété est true.

Pour le type "application/vnd.example+json"de média , cette propriété est false.

S’applique à