ModelBinderErrorMessageProvider Delegate
.NET Framework (current version)
Represents a method that provides a model-binding error message.
Assembly: System.Web (in System.Web.dll)
public delegate string ModelBinderErrorMessageProvider( ModelBindingExecutionContext modelBindingExecutionContext, ModelMetadata modelMetadata, object incomingValue )
Return Value
Type: System.String.NET Framework
Available since 4.5
Available since 4.5
Show: