I have a template which i have downloaded from the internet and it has the tag as below
case 1: Dashboard v2
Now I want to convert this simple html to html helper method in mvc like for link menu i have
but when i inspact the element of above case one it generates
Case 2: Dashboard v2
but my case two is not generating the i tag inside the a tag why it is so , so it is not getting the write css
my edited code case 2 generates the below html
how can i generate the html{case 1} using html.actionlink
Manas MohapatraPosted Dec 2, 2016, 1:44 PM
Suvendu Shekhar GiriPosted Dec 2, 2016, 10:29 AM