DotNetShoutout - Stories tagged with HTML UI
13
Shouts

ASP.NET MVC 2: Strongly Typed Html Helpers - Scott Guthrie

published 1224 days, 6 hours, 53 minutes ago posted by mithumithu 1225 days, 13 hours, 23 minutes ago
Tuesday, January 12, 2010 12:45:01 PM GMT Monday, January 11, 2010 6:15:17 AM GMT
This is the first in a series of blog posts I’m doing on the upcoming ASP.NET MVC 2 release. This blog post covers the new strongly-typed HTML helpers added with ASP.NET MVC 2. Existing HTML Helper Methods ASP.NET MVC 1 shipped with a set of HTML helper methods that can be used within view templates to help with the generation of HTML UI. For example, to output a textbox you could write code (within your .aspx view template) using the Html.TextBox() helper method below.... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: Html Helper, ASP.NET MVC 2, UI, HTML UI, ScottGu, ASP.NET MVC 1