ModelBindingContext 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
모델 바인더가 작동하는 컨텍스트를 제공합니다.
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 |
값 공급자를 가져오거나 설정합니다. |