FieldValidationMetadata.ReplaceValidationMessageContents Property
Gets or sets a value that indicates whether the validation message contents should be replaced with the client validation error.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Property ReplaceValidationMessageContents As Boolean Get Set 'Usage Dim instance As FieldValidationMetadata Dim value As Boolean value = instance.ReplaceValidationMessageContents instance.ReplaceValidationMessageContents = value
Property Value
Type: System.Booleantrue if the validation message contents should be replaced with the client validation error; otherwise, false.
Show: