DecimalModelBinder 类

定义

的 ,DecimalIModelBinderNullable<T>其中 T 为 。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
继承
DecimalModelBinder
实现

构造函数

DecimalModelBinder(NumberStyles)
已过时.

此构造函数已过时,将在将来的版本中删除。 建议的替代方法是重载,该重载也采用 ILoggerFactory

初始化 DecimalModelBinder 的新实例。

DecimalModelBinder(NumberStyles, ILoggerFactory)

初始化 DecimalModelBinder 的新实例。

方法

BindModelAsync(ModelBindingContext)

尝试绑定模型。

适用于