NewtonsoftJsonValidationMetadataProvider Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NewtonsoftJsonValidationMetadataProvider() |
Crée un avec NewtonsoftJsonValidationMetadataProvider la valeur par défaut Newtonsoft.Json.Serialization.CamelCaseNamingStrategy |
NewtonsoftJsonValidationMetadataProvider(NamingStrategy) |
Initialise une nouvelle instance de NewtonsoftJsonValidationMetadataProvider avec une option facultativeNewtonsoft.Json.Serialization.NamingStrategy |
NewtonsoftJsonValidationMetadataProvider()
Crée un avec NewtonsoftJsonValidationMetadataProvider la valeur par défaut Newtonsoft.Json.Serialization.CamelCaseNamingStrategy
public NewtonsoftJsonValidationMetadataProvider ();
Public Sub New ()
S’applique à
NewtonsoftJsonValidationMetadataProvider(NamingStrategy)
Initialise une nouvelle instance de NewtonsoftJsonValidationMetadataProvider avec une option facultativeNewtonsoft.Json.Serialization.NamingStrategy
public NewtonsoftJsonValidationMetadataProvider (Newtonsoft.Json.Serialization.NamingStrategy namingStrategy);
new Microsoft.AspNetCore.Mvc.NewtonsoftJson.NewtonsoftJsonValidationMetadataProvider : Newtonsoft.Json.Serialization.NamingStrategy -> Microsoft.AspNetCore.Mvc.NewtonsoftJson.NewtonsoftJsonValidationMetadataProvider
Public Sub New (namingStrategy As NamingStrategy)
Paramètres
- namingStrategy
- Newtonsoft.Json.Serialization.NamingStrategy
Newtonsoft.Json.Serialization.NamingStrategy à utiliser pour configurer le fournisseur de métadonnées.