FormContext.GetJsonValidationMetadata Method
Returns a serialized object that contains the form identifier and field-validation values for the form.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Function GetJsonValidationMetadata As String 'Usage Dim instance As FormContext Dim returnValue As String returnValue = instance.GetJsonValidationMetadata()
Return Value
Type: System.StringA serialized object that contains the form identifier and field-validation values for the form.
Show: