Share via


MediaTypeHeaderValue.MatchesAllSubTypesWithoutSuffix Propriedade

Definição

Obtém se isso MediaTypeHeaderValue corresponde a todos os subtipos, ignorando qualquer sufixo de sintaxe estruturada.

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

Valor da propriedade

Exemplos

Para o tipo "application/*+json"de mídia , essa propriedade é true.

Para o tipo "application/vnd.example+json"de mídia , essa propriedade é false.

Aplica-se a