Merge branch 'rel/2.0.0-preview1' into dev
This commit is contained in:
commit
88363be365
|
|
@ -10,7 +10,7 @@ namespace RazorPagesApp
|
||||||
public IActionResult OnGet(string person)
|
public IActionResult OnGet(string person)
|
||||||
{
|
{
|
||||||
Name = person;
|
Name = person;
|
||||||
return View();
|
return Page();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue