Responsive
Responsive copied to clipboard
ASP.NET Core Responsive middleware for routing base upon request client device detection to specific view
Right responsive is using HttpContext.Items to pass data in the ViewLocation. Let’s explore the possibilities of using per reques dependency in the future releas. https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware/?tabs=aspnetcore2x&view=aspnetcore-2.1#per-request-dependencies
I use MVC in ASPNET Core 2.0 - I want to create a site which has a button to switch view between Mobile and Desktop. Using your - - Detection...
Seem that this extension is now up and working of what its was propose to achieve. I have not made any test to if any bugs or unplanned result would...