4. Controllers 폴더의 TagHelperDemoController.cs 파일을 열고 다음 액션 메서드 코드가 있는지 확인한다.

    ▼  Controllers/TagHelperDemoController.cs

    /// <summary>
    /// 페이징 헬퍼
    /// </summary>
    public IActionResult PagingHelperDemo()
    {
      return View();
    }
    

    신간 소식 구독하기
    뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.