Class AbpDateTimeModelBinder
Implements
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.ModelBinding
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpDateTimeModelBinder : IModelBinder
Constructors
AbpDateTimeModelBinder(IClock, DateTimeModelBinder)
Declaration
public AbpDateTimeModelBinder(IClock clock, DateTimeModelBinder dateTimeModelBinder)
Parameters
| Type | Name | Description |
|---|---|---|
| IClock | clock | |
| DateTimeModelBinder | dateTimeModelBinder |
Methods
BindModelAsync(ModelBindingContext)
Declaration
public Task BindModelAsync(ModelBindingContext bindingContext)
Parameters
| Type | Name | Description |
|---|---|---|
| ModelBindingContext | bindingContext |
Returns
| Type | Description |
|---|---|
| Task |