Fix indent in MVC routing code sample (#18495)
parent
7bdbf0afd7
commit
0bbcc3a016
|
@ -7,7 +7,7 @@ namespace RoutingSample.Controllers
|
|||
#if First
|
||||
#region snippet
|
||||
public class MyDemo2Controller : Controller
|
||||
{
|
||||
{
|
||||
[Route("/articles/{page}")]
|
||||
public IActionResult ListArticles(int page)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue