공개 홈 Razor Pages 렌더 모드 정리
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
@{
|
@{
|
||||||
Layout = null;
|
Layout = null;
|
||||||
}
|
}
|
||||||
<component type="typeof(TaxBaik.Web.Components.Site.App)" render-mode="InteractiveServer" />
|
<component type="typeof(TaxBaik.Web.Components.Site.App)" render-mode="ServerPrerendered" />
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
@using TaxBaik.Web
|
||||||
|
@namespace TaxBaik.Web.Pages
|
||||||
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||||
Reference in New Issue
Block a user