ModelBindingMessageProvider.ValueMustNotBeNullAccessor 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 null
value is bound to a
non-Nullable property.
public:
property Func<System::String ^, System::String ^> ^ ValueMustNotBeNullAccessor { Func<System::String ^, System::String ^> ^ get(); void set(Func<System::String ^, System::String ^> ^ value); };
public:
virtual property Func<System::String ^, System::String ^> ^ ValueMustNotBeNullAccessor { Func<System::String ^, System::String ^> ^ get(); };
public Func<string,string> ValueMustNotBeNullAccessor { get; set; }
public virtual Func<string,string> ValueMustNotBeNullAccessor { get; }
member this.ValueMustNotBeNullAccessor : Func<string, string> with get, set
member this.ValueMustNotBeNullAccessor : Func<string, string>
Public Property ValueMustNotBeNullAccessor As Func(Of String, String)
Public Overridable ReadOnly Property ValueMustNotBeNullAccessor As Func(Of String, String)
Property Value
Default String is "The value '{0}' is invalid.".