Compartir a través de


MediaTypeHeaderValue.MatchesAllSubTypesWithoutSuffix Propiedad

Definición

Obtiene si coincide MediaTypeHeaderValue con todos los subtipos, ignorando cualquier sufijo de sintaxis estructurado.

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

Valor de propiedad

Ejemplos

Para el tipo "application/*+json"de medio , esta propiedad es true.

Para el tipo "application/vnd.example+json"de medio , esta propiedad es false.

Se aplica a