4
shouts

Web 2.0 | Creating Custom HTML Helpers in ASP.NET MVC framework

posted by farooqkaiserfarooqkaiser 245 days, 15 hours, 16 minutes ago
Thursday, July 16, 2009 6:54:26 PM GMT

In this article, I will explore how you can create custom HTML Helpers that you can use within your MVC views. You use HTML helpers in a view to render HTML content. An HTML helper, in most cases, is just a method that returns a string. The ASP.NET MVC framework includes a standard set of helpers that you can use to render the most common types of HTML elements. The ASP.NET MVC framework includes the following set of standard HTML Helpers (this is not a complete list):Html.ActionLink() Html.BeginForm() ...

category: ASP.NET | clicked: 29 | | source: www.fairnet.com | show counter code

No comments yet, be the first one to post comment.

To post your comment please login or signup