Udostępnij za pośrednictwem


DoubleModelBinder Konstruktory

Definicja

Przeciążenia

DoubleModelBinder(NumberStyles)
Przestarzałe.

Ten konstruktor jest przestarzały i zostanie usunięty w przyszłej wersji. Zalecaną alternatywą jest przeciążenie, które przyjmuje również wartość ILoggerFactory.

Inicjuje nowe wystąpienie klasy DoubleModelBinder.

DoubleModelBinder(NumberStyles, ILoggerFactory)

Inicjuje nowe wystąpienie klasy DoubleModelBinder.

DoubleModelBinder(NumberStyles)

Źródło:
DoubleModelBinder.cs
Źródło:
DoubleModelBinder.cs

Przestroga

This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that also takes an ILoggerFactory.

Ten konstruktor jest przestarzały i zostanie usunięty w przyszłej wersji. Zalecaną alternatywą jest przeciążenie, które przyjmuje również wartość ILoggerFactory.

Inicjuje nowe wystąpienie klasy DoubleModelBinder.

public:
 DoubleModelBinder(System::Globalization::NumberStyles supportedStyles);
public DoubleModelBinder (System.Globalization.NumberStyles supportedStyles);
[System.Obsolete("This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that also takes an ILoggerFactory.")]
public DoubleModelBinder (System.Globalization.NumberStyles supportedStyles);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder : System.Globalization.NumberStyles -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder
[<System.Obsolete("This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that also takes an ILoggerFactory.")>]
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder : System.Globalization.NumberStyles -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder
Public Sub New (supportedStyles As NumberStyles)

Parametry

supportedStyles
NumberStyles

Element NumberStyles.

Atrybuty

Dotyczy

DoubleModelBinder(NumberStyles, ILoggerFactory)

Źródło:
DoubleModelBinder.cs
Źródło:
DoubleModelBinder.cs
Źródło:
DoubleModelBinder.cs

Inicjuje nowe wystąpienie klasy DoubleModelBinder.

public:
 DoubleModelBinder(System::Globalization::NumberStyles supportedStyles, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public DoubleModelBinder (System.Globalization.NumberStyles supportedStyles, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder : System.Globalization.NumberStyles * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder
Public Sub New (supportedStyles As NumberStyles, loggerFactory As ILoggerFactory)

Parametry

supportedStyles
NumberStyles

Element NumberStyles.

loggerFactory
ILoggerFactory

Element ILoggerFactory.

Dotyczy