Search code examples
c#asp.nethtml-helper

c# ASP.NET MVC What is the HTML definitions for HtmlHelpers


Can anybody tell me what is the HTML 'translation' for this HTML Helper?

@Html.DropDownList("Type_Id", new SelectList(listaRoles, "Role_Name"))<br />

Do you now any website or reference where I can find the HTML definitions for any others HTML Helpers?


Solution

  • A good reference for html http://stephenwalther.com/archive/2009/03/03/chapter-6-understanding-html-helpers

    • Action
    • ActionLink
    • Url content
    • RenderAction
    • RenderPartial