prasanna p

prasanna p

  • 1.2k
  • 465
  • 100.8k

Popover data-content anchor tag href redirection is not working

Mar 20 2024 1:16 PM

Hi Friends,

I am using the following code for Popover in the footer menu using bootstrap .net core.

<div id="supporticon">
    <img src="~/assets/Icons/Menu.png" />
</div>
</button>

I am trying to redirect to view .cshtml page with @Url.Action("Base","Home") but it is not working.

I tried with jquery code and li elements by identifying anchor tag class name and id name, but the redirection to another page is not working.

Please tell me how to do this?


Answers (1)