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 […]
@Html.Raw does not show images with “~/” in path
I have a string that stores HTML and in which there is a link to the image
Using RTSP CCTV Camera Link Show Multiple Camera Live Vidieo in Borwser By Using ASP.net
Using RTSP CCTV Camera Link Show Multiple Camera Live Vidieo in Borwser By Using ASP.net i use FFMPgep Player but in CMD Command Continuous run Please Help on this CCTV Camera View on Browser
ASP.net MVC Model Validation – [Required] vs nullable type indicator
I’m trying to understand how model validation works as I finalize the design on my website using asp.net mvc in Visual Studio, framework .NET 8.0. I’ve read several tutorials and posts on here, but the behavior I’m seeing doesn’t seem to match what I was expecting.
How do I pass data to the Layout page when using ASP.Net MVC
I have a Link model and LinksController. I am attempting to access the links I have stored and populate them onto the nav bar in the layout page.