@page "{id:int}" @model Admin.Pages.Crypto.List.EditModel @{ ViewData["Title"] = "코인 수정"; }

@ViewData["Title"]


@Html.AntiForgeryToken()
대문자로 자동 변환됩니다 (예: BTC, ETH)
@if (Model.Markets.Count > 0) { @string.Join(", ", Model.Markets) } else { Upbit 동기화 후 자동 등록됩니다 }
@if (!string.IsNullOrEmpty(Model.CurrentLogoImage)) {
현재 로고
}
jpg, jpeg, png, gif, webp, svg
@if (Model.Categories.Count > 0) {
@foreach (var cat in Model.Categories) {
}
} else { - }

취소

@section Scripts { }