An IModelBinder for Decimal and Nullable`1
where T
is Decimal.
Default constructor
public Void DecimalModelBinder()
Binds the model.
public Task BindModelAsync(bindingContext)
Name | Type | Summary |
---|---|---|
bindingContext | ModelBindingContext | The ModelBindingContext |
Type | Summary |
---|---|
ArgumentNullException | Thrown when bindingContext is null. |
In this document