Now, i edit some pages on Admin Area on my ASP.NET MVC Project. How link go to Front End ?
<li><a href="@Url.Action("Index", "Home")"><i class="glyphicon glyphicon-globe"></i> Front End</a></li>
You can add routeValue area in order to change it. So if you want to go to your main area you have to use something like this:
Url.Action("Index", "Home", new { area = "" })
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With