Relative Content

Tag Archive for asp.netasp.net-mvcasp.net-core

Hide Nav and footer while user is logged in Asp.Net Core

@{ Layout = null; } the above synapsis hide the nav and footer and remove the whole css . User.Identity.IsAuthenticated if i using this synapsis it will not show the nav and footer. could anybody will give me a solution for this problem? i need to show the navigation bar and footer after the login […]