-1

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?

Rizwan Gohar
  • 57
  • 2
  • 11

1 Answers1

0

You can try this

<li>@Html.ActionLink("Basic Information", "Index", "EditProfile", new { }, new { @class = "active icon ion-ios-information-outline" })</li>
Nitesh Kumar
  • 1,774
  • 4
  • 19
  • 26