repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change name of the launcher from "Chrome Apps Launcher" to "Chrome App Launcher".
[chromium-blink-merge.git]
/
third_party
/
webdriver
/
test_data
/
Redirect.aspx.cs
blob
ca356c1ed98b8adf9b0b9a12a483d8ce483166c6
1
using
System
;
2
3
public partial class
Redirect
:
Page
4
{
5
protected new void
Page_Load
(
object
sender
,
EventArgs e
)
6
{
7
Response
.
Redirect
(
"resultPage.html"
);
8
}
9
}