Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/common/src/web/Redirect.aspx.cs
2884 views
using System;

public partial class Redirect : Page
{
    protected new void Page_Load(object sender, EventArgs e)
    {
        Response.Redirect("resultPage.html");
    }
}