@page "{id:int}" @model Admin.Pages.Popup.EditModel @{ ViewData["Title"] = "팝업 수정"; }

@ViewData["Title"]


팝업 클릭 시 이동할 주소를 설정합니다.
~
사용 기간을 설정하지 않으면 무기한으로 노출됩니다.
@if (Model.Input.UpdatedAt is not null) {
} @if (Model.Input.CreatedAt is not null) {
}
취소

@section Scripts { @{ } }