Поделиться через


DecimalModelBinder Конструкторы

Определение

Перегрузки

DecimalModelBinder(NumberStyles)
Устаревшие..

Этот конструктор устарел и будет удален в следующей версии. Рекомендуемая альтернатива — перегрузка, которая также принимает .ILoggerFactory

Инициализирует новый экземпляр DecimalModelBinder.

DecimalModelBinder(NumberStyles, ILoggerFactory)

Инициализирует новый экземпляр DecimalModelBinder.

DecimalModelBinder(NumberStyles)

Исходный код:
DecimalModelBinder.cs
Исходный код:
DecimalModelBinder.cs

Внимание!

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

Этот конструктор устарел и будет удален в следующей версии. Рекомендуемая альтернатива — перегрузка, которая также принимает .ILoggerFactory

Инициализирует новый экземпляр 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)

Параметры

supportedStyles
NumberStyles

NumberStyles.

Атрибуты

Применяется к

DecimalModelBinder(NumberStyles, ILoggerFactory)

Исходный код:
DecimalModelBinder.cs
Исходный код:
DecimalModelBinder.cs
Исходный код:
DecimalModelBinder.cs

Инициализирует новый экземпляр 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)

Параметры

supportedStyles
NumberStyles

NumberStyles.

Применяется к