@model bitforum.Models.Page.Banner.BannerItem @{ ViewData["Title"] = "배너 수정"; var bannerPositions = ViewBag.BannerPositions as SelectList; }

@ViewData["Title"]


@if (Model.Image is not null && Model.Image != string.Empty) { @Model.Subject
} else { }
~
설정하지 않으면 자동 크기로 사용됩니다.
배너 클릭 시 페이지 이동 주소를 지정합니다.
~
사용 기간을 설정하지 않으면 무제한으로 사용됩니다.
@if (Model.UpdatedAt is not null) {
} @if (Model.CreatedAt is not null) {
}
취소