Change the output of the Html.menu() asp control .
- by user327893
Im creating a asp mvc application and im using a sitemap to create my menu.
Is it possible to change the output of the Html.menu() asp control?
normal output:
<ul>
<li><a href="#">Item 1</li>
<li><a href="#">Item 2</li>
</ul>
needed output:
<ul>
<li><a…