Hello ,
how to pass url for menu itemhoe to apply LinkAttribute for menu item
if menu is binded with json data
@Html.EJ().Menu("menujson").MenuFields(f=> f.Datasource((IEnumerable<MenuJson>)ViewBag.datasource).Id("mId")
.Text("mText").ParentId("parentId").SpriteCssClass("spriteClass"))
Pls reply
Thanks