Using the ASP.NET MVC ModelBinder attribute(blog.maartenballiauw.be)
submitted by
maartenba(5845) 3 years, 5 months ago
ASP.NET MVC action methods can be developed using regular method parameters. In earlier versions of the ASP.NET MVC framework, these parameters were all simple types like integers, strings, booleans, … When required, a method parameter can be a complex type like a Contact with Name, Email and Message properties.
This blog post shows you how to use the ModelBinder attribute which allows ASP.NET MVC action methods to accept complex types.
|category: ASP.NET
|Views: 640
tags:
MVC ASPNETMVC Model ASP.NET Binding another
Everyones tags:
Your Tags: