BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
@Html.EJ().Menu("syncfusionProducts").EnableCenterAlign(true).EnableRTL(false).Items(items =>
{
items.Add().Url("#").Id("Products").Text("Products").Children(child =>
{
child.Add().Url("").Text("ASP.NET");
child.Add().Url("").Text("Orubase Studio");
child.Add().Url("").Text("Metro Studio");
child.Add().Url("").Text("What's New").Children(child1 =>
{
child1.Add().Url("").Text("Windows Forms");
child1.Add().Url("").Text("Windows Phone");
child1.Add().Url("").Text("ASP.NET").Children(child2 =>
{
child2.Add().Url("").Text("ASP.NET MVC");
child2.Add().Url("").Text("ASP.NET Core");
});
});
});
items.Add().Url("").Text("Support").Children(child =>
{
child.Add().Url("").Text("Direct-Trac Support");
child.Add().Url("").Text("Services").Children(child1 =>
{
child1.Add().Url("").Text("Consulting");
child1.Add().Url("").Text("Training").Children(child2 =>
{
child2.Add().Url("").Text("Software");
child2.Add().Url("").Text("Hardware");
});
});
});
});
}) |
Hi thanks for reply I was looking for a solution for Asp.net Core 2.00 not MVC 5
Thanks
Edmund Herbert