As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C# source code syntax highlighting (style: standard) with prefixed line numbers and code folding option.
Alternatively you can here view or download the uninterpreted source code file.
1 using System; 2 3 public partial class Redirect : Page 4 { 5 protected new voidPage_Load(object sender, EventArgs e) 6 { 7 Response.Redirect("resultPage.html"); 8 } 9 }