DateTimeModelBinder 클래스

정의

IModelBinder 및 nullable DateTime 모델에 대한 DateTime 입니다.

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
상속
DateTimeModelBinder
구현

생성자

DateTimeModelBinder(DateTimeStyles, ILoggerFactory)

DateTimeModelBinder의 새 인스턴스를 초기화합니다.

메서드

BindModelAsync(ModelBindingContext)

모델을 바인딩하려고 시도합니다.

적용 대상