component 태그 헬퍼 사용 샘플 코드 Published Dec 25, 2022 ## component 태그 헬퍼 사용 샘플 코드 가끔 생각나지 않을 때 찾아볼 용도로 이곳에 기록... <component type="typeof(Zero.Pages.Interests.InterestsTabs)" render-mode="ServerPrerendered" param-ParentKey="@Model.ParentKey" param-Id="@Model.Id" param-PageName="pageName" param-UserId="@userId" param-UserName="@userName" /> <component type="typeof(Zero.Pages.IncidentsAttachments.Manage)" render-mode="ServerPrerendered" param-ParentKey="@Model.ParentKey" /> <component type="typeof(Zero.Pages.Memos.Manage)" render-mode="ServerPrerendered" param-ParentKey="@Model.ParentKey" param-UserId="@userId" param-UserName="@userName" /> Copy
Comments
Comments are closed