React to rename of Page() -> View()
This commit is contained in:
parent
524ab35a59
commit
22b9d7647e
|
|
@ -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