.net - Make model class from view in ASP.NET MVC -


in asp.net mvc 1 can create typed views suppose if view has been made, possible derive model it?

like create model view. possible scenario be: designer makes view (with forms) , developer create model form

possible? yes.

you translate <input type="text" data-format="int" name="price" /> public int price { get; set; }

devil in details though.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -