MatTab (1) 썸네일형 리스트형 blazor MatTab @page "/Events" @inject NavigationManager NavigationManager Change Tab Active tab index: @tabIndex Onclick index: @tabClickIndex First Content Second Content Third Content Fourth Content Fourth Content Fourth Content Fourth Content Fourth Content Fourth Content Fourth Content Fourth Content @code { public int tabIndex = 0; public int tabClickIndex = 0; // to redirect the user, do something like .. 이전 1 다음