Sdílet prostřednictvím


FloatModelBinder Konstruktory

Definice

Přetížení

FloatModelBinder(NumberStyles)
Zastaralé.

Tento konstruktor je zastaralý a v budoucí verzi bude odebrán. Doporučenou alternativou je přetížení, které také přebírá ILoggerFactory.

Inicializuje novou instanci objektu FloatModelBinder.

FloatModelBinder(NumberStyles, ILoggerFactory)

Inicializuje novou instanci objektu FloatModelBinder.

FloatModelBinder(NumberStyles)

Zdroj:
FloatModelBinder.cs
Zdroj:
FloatModelBinder.cs

Upozornění

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

Tento konstruktor je zastaralý a v budoucí verzi bude odebrán. Doporučenou alternativou je přetížení, které také přebírá ILoggerFactory.

Inicializuje novou instanci objektu FloatModelBinder.

public:
 FloatModelBinder(System::Globalization::NumberStyles supportedStyles);
public FloatModelBinder (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 FloatModelBinder (System.Globalization.NumberStyles supportedStyles);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatModelBinder : System.Globalization.NumberStyles -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatModelBinder
[<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.FloatModelBinder : System.Globalization.NumberStyles -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatModelBinder
Public Sub New (supportedStyles As NumberStyles)

Parametry

supportedStyles
NumberStyles

Hodnota NumberStyles

Atributy

Platí pro

FloatModelBinder(NumberStyles, ILoggerFactory)

Zdroj:
FloatModelBinder.cs
Zdroj:
FloatModelBinder.cs
Zdroj:
FloatModelBinder.cs

Inicializuje novou instanci objektu FloatModelBinder.

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

Parametry

supportedStyles
NumberStyles

Hodnota NumberStyles

loggerFactory
ILoggerFactory

Hodnota ILoggerFactory

Platí pro