Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to redirect to extern page in .net core

public ActionResult YourAction()
{
    // ...
    return Redirect("http://www.example.com");
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #redirect #extern #page #core
ADD COMMENT
Topic
Name
6+8 =