0
votes
How Does Html.EnableClientValidation() Inject JavaScript?
Craig Stuntz's Weblog
– For a project I’m currently working on, I have a need to add some JavaScript at the end of a page in an ASP.NET MVC application. Since this is part of what Html.EnableClientValidation does, I thought that I would check out that source code to see if there was any kind of generalized mechanism for this. No such luck, I’m afraid. But I did learn a bit more about how Html.EnableClientValidation works, so I thought I might write that down in case it turned out to be useful someday. The Html.EnableClientValidation method itself does almost nothing. It just sets a flag indicating that ...
Statistics
|
Visits by Source |
User Actions |



