ModelBinderErrorMessageProvider 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示方法,其可提供模型绑定错误消息。
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) |
获取指示指定委托表示的方法的对象。 |