DecimalModelBinder Classe
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.
pour IModelBinderDecimal et Nullable<T> où T
est Decimal.
public ref class DecimalModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder
public class DecimalModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type DecimalModelBinder = class
interface IModelBinder
Public Class DecimalModelBinder
Implements IModelBinder
- Héritage
-
DecimalModelBinder
- Implémente
Constructeurs
DecimalModelBinder(NumberStyles) |
Obsolète.
Ce constructeur est obsolète et sera supprimé dans une version ultérieure. L’alternative recommandée est la surcharge qui prend également un ILoggerFactory. Initialise une nouvelle instance de DecimalModelBinder. |
DecimalModelBinder(NumberStyles, ILoggerFactory) |
Initialise une nouvelle instance de DecimalModelBinder. |
Méthodes
BindModelAsync(ModelBindingContext) |
Tente de lier un modèle. |