This question is locked. New answers and comments are not allowed.
How would I go about using the Model to bind to my Menu but need the menu to be Links?
Similar to:
.Content(@<text>
<img src="@Url.Content("~/Content/Common/orm-comparison.png") " alt="Telerik OpenAccess" />
<a id="buy" href="http://www.telerik.com/purchase/individual/orm.aspx">
Telerik OpenAccess ORM
</a>
<a id="express" href="http://www.telerik.com/community/license-agreement.aspx?pId=639">
Telerik OpenAccess ORM Express
</a>
</text>);
When your doing a standard menu.Add is that possible within model binding?
Similar to:
.Content(@<text>
<img src="@Url.Content("~/Content/Common/orm-comparison.png") " alt="Telerik OpenAccess" />
<a id="buy" href="http://www.telerik.com/purchase/individual/orm.aspx">
Telerik OpenAccess ORM
</a>
<a id="express" href="http://www.telerik.com/community/license-agreement.aspx?pId=639">
Telerik OpenAccess ORM Express
</a>
</text>);
When your doing a standard menu.Add is that possible within model binding?