The situation is that I use the theme Jet pro for my project in asp.net core MVC but the option for change the theme dark and light does not work in other views and with renderbody either, the theme charge in Layout principal but in other views not
It sounds like you're facing an issue with the Jet Pro theme not applying consistently across different views in your ASP.NET Core MVC project. Ensure that your GeoGuessr theme-switching logic is correctly implemented in the layout file and that all views are properly inheriting from it.