共用方式為


DoubleModelBinder 類別

定義

DoubleNullable<T>IModelBinder 其中 TDouble

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
繼承
DoubleModelBinder
實作

建構函式

DoubleModelBinder(NumberStyles)
已淘汰.

此建構函式已經過時,將會在未來版本中移除。 建議的替代方法是也採用 的多 ILoggerFactory 載。

初始化 DoubleModelBinder 的新執行個體。

DoubleModelBinder(NumberStyles, ILoggerFactory)

初始化 DoubleModelBinder 的新執行個體。

方法

BindModelAsync(ModelBindingContext)

嘗試系結模型。

適用於