Freigeben über


DecimalModelBinder Konstruktoren

Definition

Überlädt

DecimalModelBinder(NumberStyles)
Veraltet.

Dieser Konstruktor ist veraltet und wird in einer zukünftigen Version entfernt. Die empfohlene Alternative ist die Überladung, die auch ein ILoggerFactoryakzeptiert.

Initialisiert eine neue Instanz von DecimalModelBinder.

DecimalModelBinder(NumberStyles, ILoggerFactory)

Initialisiert eine neue Instanz von DecimalModelBinder.

DecimalModelBinder(NumberStyles)

Quelle:
DecimalModelBinder.cs
Quelle:
DecimalModelBinder.cs

Achtung

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

Dieser Konstruktor ist veraltet und wird in einer zukünftigen Version entfernt. Die empfohlene Alternative ist die Überladung, die auch ein ILoggerFactoryakzeptiert.

Initialisiert eine neue Instanz von DecimalModelBinder.

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

Parameter

supportedStyles
NumberStyles

Die NumberStyles.

Attribute

Gilt für:

DecimalModelBinder(NumberStyles, ILoggerFactory)

Quelle:
DecimalModelBinder.cs
Quelle:
DecimalModelBinder.cs
Quelle:
DecimalModelBinder.cs

Initialisiert eine neue Instanz von DecimalModelBinder.

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

Parameter

supportedStyles
NumberStyles

Die NumberStyles.

loggerFactory
ILoggerFactory

Die ILoggerFactory.

Gilt für: