MeiRiYiCheng_1_old/YBDevice.Web/Pages/Old/CatchAll.razor

8 lines
134 B
Plaintext
Raw Permalink Normal View History

2025-07-16 17:14:38 +08:00
@page "/catch-all/{*pageroute}"
<h3>CatchAll,@PageRoute</h3>
@code {
[Parameter]
public string? PageRoute { get; set; }
}