DoubleModelBinder Class

Definition

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

public ref class DoubleModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder
public class DoubleModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type DoubleModelBinder = class
    interface IModelBinder
Public Class DoubleModelBinder
Implements IModelBinder
Inheritance
DoubleModelBinder
Implements

Constructors

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.

DoubleModelBinder(NumberStyles, ILoggerFactory)

Initializes a new instance of DoubleModelBinder.

Methods

BindModelAsync(ModelBindingContext)

Attempts to bind a model.

Applies to