MediaTypeHeaderValue.MatchesAllSubTypes Propriété

Définition

Obtient si cela MediaTypeHeaderValue correspond à tous les sous-types.

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

Valeur de propriété

Exemples

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

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

S’applique à