DoubleModelBinder Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IModelBinder for Double and Nullable<T> where T
is
Double.
public ref class DoubleModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder
C#
public class DoubleModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type DoubleModelBinder = class
interface IModelBinder
Public Class DoubleModelBinder
Implements IModelBinder
- Inheritance
-
DoubleModelBinder
- Implements
Double |
Initializes a new instance of DoubleModelBinder. |
Double |
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. |
Bind |
Attempts to bind a model. |
Produkt | Verzie |
---|---|
ASP.NET Core | 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |