0
kicks
ASP.NET MVC: HtmlHelper extension method for a Panel with using syntax
Tutorial with full code that guides through adding Panel extension methods to ASP.NET MVC.
The tutorial describes the implementation of strongly typed extension methods of the HtmlHelper class that add the Panel to ASP.NET MVC.
The Panel can be rendered with the same using syntax available for the form with the BeginForm() method.