ModelBindingContext 클래스

정의

모델 바인더가 작동하는 컨텍스트를 제공합니다.

public class ModelBindingContext
type ModelBindingContext = class
Public Class ModelBindingContext
상속
ModelBindingContext

생성자

ModelBindingContext()

ModelBindingContext 클래스의 새 인스턴스를 초기화합니다.

ModelBindingContext(ModelBindingContext)

바인딩 컨텍스트를 사용하여 클래스의 ModelBindingContext 새 instance 초기화합니다.

속성

FallbackToEmptyPrefix

바인더가 빈 접두사를 사용해야 하는지를 나타내는 값을 가져오거나 설정합니다.

Model

모델을 가져오거나 설정합니다.

ModelMetadata

모델 메타데이터를 가져오거나 설정합니다.

ModelName

모델의 이름을 가져오거나 설정합니다.

ModelState

모델의 상태를 가져오거나 설정합니다.

ModelType

모델의 형식을 가져오거나 설정합니다.

PropertyFilter

속성 필터를 가져오거나 설정합니다.

PropertyMetadata

속성 메타데이터를 가져옵니다.

ValueProvider

값 공급자를 가져오거나 설정합니다.

적용 대상