ASP.NET MVC input validation

I am currently working on a blog application in ASP.NET MVC.

I can't figure out how to handle my input check! As far as I understand, the point of view itself cannot know about checking the input !? So how will I do this?

+7
c # asp.net-mvc
source share
1 answer

Scott Guthrie wrote something about ASP.NET MVC Preview 5 and the layout:

ASP.NET MVC Preview 5 and Posting Scenarios

This is a great post, but it will walk you through the form posting check. Please note that this is not the only way to do this, but it is a way.

+9
source share

All Articles