Let\'s say I have a controller that uses attribute based routing to handle a requested url of /admin/product like so:
In .net core you can specify the whole path to the view.
return View("~/Views/booking/checkout.cshtml", checkoutRequest);