1
Votes

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

published 349 days, 58 minutes ago posted by farooqkaiserfarooqkaiser 358 days, 14 hours, 2 minutes ago
Monday, August 17, 2009 2:53:36 AM GMT Friday, August 07, 2009 1:49:36 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: Technology | Clicked: 1 | | Source: www.fairnet.com | show counter code
Tags: .NET 3.5, ASP .NET MVC

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

To post your comment please login or signup