Custom BindAttribute

Posted by Chao on Stack Overflow See other posts from Stack Overflow or by Chao
Published on 2010-05-21T14:16:39Z Indexed on 2010/05/21 14:20 UTC
Read the original article Hit count: 354

Filed under:
|

Is there a way to implement your own BindAttribute. Preferably by deriving from BindAttribute, but if you need to impliment it in your own ModelBinder how would you go about doing this?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about modelbinders