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)

public:
String^ GetJsonValidationMetadata()

Return Value

Type: System::String
A serialized object that contains the form identifier and field-validation values for the form.
Show: