ModelBinderErrorMessageProvider 대리자

정의

모델 바인딩 오류 메시지를 제공하는 메서드를 나타냅니다.

public delegate System::String ^ ModelBinderErrorMessageProvider(ModelBindingExecutionContext ^ modelBindingExecutionContext, ModelMetadata ^ modelMetadata, System::Object ^ incomingValue);
public delegate string ModelBinderErrorMessageProvider(ModelBindingExecutionContext modelBindingExecutionContext, ModelMetadata modelMetadata, object incomingValue);
type ModelBinderErrorMessageProvider = delegate of ModelBindingExecutionContext * ModelMetadata * obj -> string
Public Delegate Function ModelBinderErrorMessageProvider(modelBindingExecutionContext As ModelBindingExecutionContext, modelMetadata As ModelMetadata, incomingValue As Object) As String 

매개 변수

modelBindingExecutionContext
ModelBindingExecutionContext

모델 바인딩 실행 컨텍스트입니다. 모델 바인딩 실행 컨텍스트가 null인 경우 새 것이 만들어지고 반환됩니다.

modelMetadata
ModelMetadata

모델 메타데이터입니다.

incomingValue
Object

들어오는 값입니다.

반환 값

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상