Class AbpDateTimeModelBinder
Inheritance
System.Object
AbpDateTimeModelBinder
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpDateTimeModelBinder : IModelBinder
Constructors
AbpDateTimeModelBinder(ModelBinderProviderContext)
Declaration
public AbpDateTimeModelBinder(ModelBinderProviderContext context)
Parameters
Type |
Name |
Description |
ModelBinderProviderContext |
context |
|
Methods
BindModelAsync(ModelBindingContext)
Declaration
public Task BindModelAsync(ModelBindingContext bindingContext)
Parameters
Type |
Name |
Description |
ModelBindingContext |
bindingContext |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Extension Methods