I need some help I have been working on a way to load a page from within the program.cs file created by VS 2017 and asp.net Razor but I can not work out how this is done I have
Redirecting from a controller to a full URL is done simply by:
return Redirect(stringFullUrl);