메소드 | 설명 | |
---|---|---|
BlogController ( IBlogRepository blogRepository, IApplicationContext appContext ) : Microsoft.AspNetCore.Mvc | ||
Index ( ) : IActionResult | ||
ViewCategory ( string category ) : IActionResult | ||
ViewPost ( string slug ) : IActionResult | ||
ViewTag ( string tag ) : IActionResult |
public BlogController ( IBlogRepository blogRepository, IApplicationContext appContext ) : Microsoft.AspNetCore.Mvc | ||
blogRepository | IBlogRepository | |
appContext | IApplicationContext | |
리턴 | Microsoft.AspNetCore.Mvc |
public ViewCategory ( string category ) : IActionResult | ||
category | string | |
리턴 | IActionResult |