1
Answer

Disable client side validation in .net core

Hi All,
 
I want to disable my client side validation in my .net core application. It is completely a single page application built using jquery, so I cannot disable my JavaScript. Removing unobtrusive.js file didn't help me. Please suggest me some work around to disable client side validation.
 
Thanks in Advance 

Answers (1)