Render body in MVC
<div class="container body-content">
@RenderBody()<hr /> <footer>
<p>
© @DateTime.Now.Year - <a href="/"> Powered By Minify Code</a>
<a href="/sitemap.xml"> Sitemap</a> <a href="/contact"> Contact</a> <a href="/termofuses"> Term of uses</a>
</p>
</footer>
</div>
2020-02-22