共用方式為


DecimalModelBinder 類別

定義

DecimalNullable<T>IModelBinder 其中 TDecimal

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)

嘗試系結模型。

適用於