DecimalModelBinder 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的 ,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) |
尝试绑定模型。 |