When we talk about MVC on asp net, we know that the views are (in default approach) parts of our web page, because we have definedĀ a layout that contains them. But sometimes we need/want to use a different layout, one of these scenario is for example when we have a different layout for logged/not logged users.
Let’s see an example, which use the simple AuthenticationCookie from NuGet package Microsoft.AspNetCore.Authentication.Cookies.
Continue reading “Change layout for authenticated users in asp net core”