IModelBindingMessageProvider.MissingKeyOrValueAccessor 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 either the key or the value of a KeyValuePair<TKey,TValue> is bound but not both.
public:
property Func<System::String ^> ^ MissingKeyOrValueAccessor { Func<System::String ^> ^ get(); };
public Func<string> MissingKeyOrValueAccessor { get; }
member this.MissingKeyOrValueAccessor : Func<string>
Public ReadOnly Property MissingKeyOrValueAccessor As Func(Of String)
Property Value
Default String is "A value is required.".