Hi,
I have following view code in MVC core
<div id="FooterBG" style="margin-top:-5%;height:9%">
<a href="@Url.Action("CreatorIndex","Creator")" onclick="location.href='@Url.Action("CreatorIndex","Creator")'"><img src="~/images/BackfooterImg.png" height="200" width="200" class="img-responsive pull-right" /></a>
</div>
where I have creator controller and creatorindex is an action method. I am not able to click on image to go back (CreatorIndex View).
Please help