Telerik Extensions for ASP.NET MVC

Version Q1 2012, released 04/19/2012

Templates

About this example ASPXRazor

This example shows how to configure pre-set content for Telerik Menu for ASP.NET MVC. The menu allows you to render regular HTML mark-up code as a content of the corresponding item, instead of child items.

To set the content use the Content method which accepts an Action. Html should be added between %> and <% as in the example.

<% Html.Telerik().Menu()
       .Name("Menu")
       .Items(items => 
       {
            items.Add()
                 .Text("Products > Books")
                 .Content(() => 
                 { 
                 %>
                    <!-- Content -->
                 <% 
                 });
       })
       .Render();
%>

Get more than expected!

Take the Telerik Extensions for ASP.NET MVC to your Visual Studio projects to truly experience their power. Download your free copy now and jumpstart your development with the available learning resources.

The Extensions are offered in both open source and commercial versions the differences between which are well explained in the licensing FAQ.

If you have any questions, do not hesitate to contact us at sales@telerik.com.

Other Demos: