Here The upper line is in html while lower is in asp.net but I am not getting the output from lower line as the upper gives.
The output with upper line is first one and the output of lower line is second one.
Why I am not getting the desired output?
You can try this
<li>@Html.ActionLink("Basic Information", "Index", "EditProfile", new { }, new { @class = "active icon ion-ios-information-outline" })</li>