DefaultModelBindingMessageProvider.SetNonPropertyAttemptedValueIsInvalidAccessor Method
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.
Sets the NonPropertyAttemptedValueIsInvalidAccessor property.
public:
void SetNonPropertyAttemptedValueIsInvalidAccessor(Func<System::String ^, System::String ^> ^ nonPropertyAttemptedValueIsInvalidAccessor);
public void SetNonPropertyAttemptedValueIsInvalidAccessor (Func<string,string> nonPropertyAttemptedValueIsInvalidAccessor);
member this.SetNonPropertyAttemptedValueIsInvalidAccessor : Func<string, string> -> unit
Public Sub SetNonPropertyAttemptedValueIsInvalidAccessor (nonPropertyAttemptedValueIsInvalidAccessor As Func(Of String, String))