DecimalModelBinder コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DecimalModelBinder(NumberStyles) |
古い.
このコンストラクターは廃止され、今後のバージョンで削除される予定です。 推奨される代替手段は、 も受け取るオーバーロードです ILoggerFactory。 DecimalModelBinder の新しいインスタンスを初期化します。 |
DecimalModelBinder(NumberStyles, ILoggerFactory) |
DecimalModelBinder の新しいインスタンスを初期化します。 |
DecimalModelBinder(NumberStyles)
注意事項
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
- 属性
適用対象
DecimalModelBinder(NumberStyles, ILoggerFactory)
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
- loggerFactory
- ILoggerFactory