ModelBindingExecutionContext 클래스

정의

모델 바인딩 시스템에 필요한 모델 바인딩 시스템 외부의 모든 정보를 캡슐화합니다.

public ref class ModelBindingExecutionContext
public class ModelBindingExecutionContext
type ModelBindingExecutionContext = class
Public Class ModelBindingExecutionContext
상속
ModelBindingExecutionContext

생성자

ModelBindingExecutionContext(HttpContextBase, ModelStateDictionary)

HTTP 컨텍스트 및 모델 상태를 사용하여 ModelBindingExecutionContext 클래스의 새 인스턴스를 초기화합니다.

속성

HttpContext

HTTP 컨텍스트를 가져옵니다.

ModelState

모델 상태를 가져옵니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetService<TService>()

모델 바인딩에 사용되고 PublishService<TService>(TService) 메서드를 사용하여 저장된 값을 포함하는 개체를 가져옵니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
PublishService<TService>(TService)

모델 바인딩에 사용되는 값이 있으며 GetService<TService>() 메서드를 사용하여 액세스하게 되는 개체를 저장합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
TryGetService<TService>()

모델 바인딩에 사용되고 PublishService<TService>(TService) 메서드를 사용하여 저장된 값을 포함하는 개체를 가져옵니다.

적용 대상