Aracılığıyla paylaş


MediaTypeHeaderValue.MatchesAllSubTypesWithoutSuffix Özellik

Tanım

Yapılandırılmış söz dizimi sonekini yoksayarak, bunun MediaTypeHeaderValue tüm alt türlerle eşleşip eşleşmediğini alır.

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

Özellik Değeri

Örnekler

Medya türü "application/*+json"için bu özellik şeklindedir true.

Medya türü "application/vnd.example+json"için bu özellik şeklindedir false.

Şunlara uygulanır