Aracılığıyla paylaş


MediaTypeHeaderValue.MatchesAllSubTypes Özellik

Tanım

Bunun MediaTypeHeaderValue tüm alt türlerle eşleşip eşleşmediğini alır.

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

Özellik Değeri

Örnekler

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

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

Şunlara uygulanır