Merge branch 'rel/2.0.0-preview1' into dev

This commit is contained in:
Ryan Nowak 2017-04-27 11:58:42 -07:00
commit 88363be365
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace RazorPagesApp
public IActionResult OnGet(string person) public IActionResult OnGet(string person)
{ {
Name = person; Name = person;
return View(); return Page();
} }
} }
} }