次の方法で共有


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

loggerFactory
ILoggerFactory

ILoggerFactory

適用対象