Share via


DoubleModelBinder Class

Definition

An IModelBinder for Double and Nullable<T> where T is Double.

public class DoubleModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
Inheritance
DoubleModelBinder
Implements

Constructors

DoubleModelBinder(NumberStyles, ILoggerFactory)

Initializes a new instance of DoubleModelBinder.

DoubleModelBinder(NumberStyles)
Obsolete.

This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that also takes an ILoggerFactory.

Initializes a new instance of DoubleModelBinder.

Methods

BindModelAsync(ModelBindingContext)

Attempts to bind a model.

Applies to