공개 홈 Razor Pages 렌더 모드 정리

This commit is contained in:
2026-06-29 23:57:15 +09:00
parent c8eb6a318c
commit 21896c564c
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
@{
Layout = null;
}
<component type="typeof(TaxBaik.Web.Components.Site.App)" render-mode="InteractiveServer" />
<component type="typeof(TaxBaik.Web.Components.Site.App)" render-mode="ServerPrerendered" />
+3
View File
@@ -0,0 +1,3 @@
@using TaxBaik.Web
@namespace TaxBaik.Web.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers