ViewContext.OutputClientValidation Method

Writes the client validation information to the HTTP response.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Sub OutputClientValidation
'Usage
Dim instance As ViewContext

instance.OutputClientValidation()

Client validation must be enabled.

Show: