[C#/ASP.NET MVC/.NETCORE] IViewComponentHelper 인터페이스 : InvokeAsync 메소드를 사용해 뷰 컴포넌트의 특정 뷰 호출하기


■ IViewComponentHelper 인터페이스의 InvokeAsync 메소드를 사용해 뷰 컴포넌트의 특정 뷰를 호출하는 방법을 보여준다.

Models/FavoriteModel.cs

ViewComponents/FavoriteViewComponent.cs

Views/Shared/Components/Favorite/Default.cshtml

Views/Shared/Components/Favorite/Alternate.cshtml

Controllers/TestController.cs

Views/Test/Index.cshtml

TestProject.zip

분류

보관함