Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best practice for creating an ASP.NET MVC control or helper?

I'm looking to build an reusable control or custom helper for my MVC project. I'm sure there is a best practice for this. Any help is appreciated.

like image 551
Jason N. Gaylord Avatar asked Sep 23 '08 19:09

Jason N. Gaylord


1 Answers

Sure, the best practices are encapsulated in the HtmlHelpers and other helpers in the MVC source code. You can get the source at http://www.codeplex.com/aspnet

like image 120
Scott Hanselman Avatar answered Sep 20 '22 14:09

Scott Hanselman