Skip to content

Instantly share code, notes, and snippets.

@ramazankanbur
Created December 21, 2021 18:41
Show Gist options
  • Save ramazankanbur/3a02e905d9518a6825a4148cfea308fa to your computer and use it in GitHub Desktop.
Save ramazankanbur/3a02e905d9518a6825a4148cfea308fa to your computer and use it in GitHub Desktop.
[Area("Mobile")]
[DesktopRedirect]
public class HomeController : Controller
{
public IActionResult Index()
{
return View();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment