8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
|
|
@page "/example/{param?}"
|
||
|
|
<h3>URL参数:@Param</h3>
|
||
|
|
@*<HelloWorld Text="123"></HelloWorld>*@
|
||
|
|
@code {
|
||
|
|
[Parameter]
|
||
|
|
public string? Param { get; set; }
|
||
|
|
}
|