DefaultModelBindingMessageProvider.MissingBindRequiredValueAccessor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Error message the model binding system adds when a property with an associated
BindRequiredAttribute
is not bound.
public:
virtual property Func<System::String ^, System::String ^> ^ MissingBindRequiredValueAccessor { Func<System::String ^, System::String ^> ^ get(); };
public override Func<string,string> MissingBindRequiredValueAccessor { get; }
member this.MissingBindRequiredValueAccessor : Func<string, string>
Public Overrides ReadOnly Property MissingBindRequiredValueAccessor As Func(Of String, String)
Property Value
Default String is "A value for the '{0}' parameter or property was not provided.".