DateTimeModelBinder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IModelBinder for DateTime and nullable DateTime models.
public ref class DateTimeModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder
public class DateTimeModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type DateTimeModelBinder = class
interface IModelBinder
Public Class DateTimeModelBinder
Implements IModelBinder
- Inheritance
-
DateTimeModelBinder
- Implements
Constructors
DateTimeModelBinder(DateTimeStyles, ILoggerFactory) |
Initializes a new instance of DateTimeModelBinder. |
Methods
BindModelAsync(ModelBindingContext) |
Attempts to bind a model. |