더북(TheBook)

5. SiteList 뷰 컴포넌트를 테스트하기 위해 ViewComponentDemo 컨트롤러에 다음과 같이 SiteListDemo 액션 메서드를 추가한다.

▼  /Controllers/ViewComponentDemoController.cs에 액션 메서드 추가

/// <summary>
/// SiteListViewComponent 사용 데모
/// </summary>
public IActionResult SiteListDemo()
{
  return View();
}