@page "/deposit/detail/{id:long}" @page "/{locale}/deposit/detail/{id:long}" 管理后台 内容管理 主题页面

Tools

@code { [Parameter] public string Locale { get; set; } = string.Empty; [Parameter] public long? Id { get; set; } }