This website works better with JavaScript
Home
Explore
Help
Sign In
shuochen
/
VRSystem
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
28cd2dd072
Branches
Tags
master
VRSystem
/
tmptestproject
/
BlazorWeb1
/
Components
/
Pages
/
Child3.razor
Child3.razor
107 B
History
Raw
1
2
3
4
5
6
7
8
9
<p>child3 @NickName</p>
@code {
[CascadingParameter]
public string NickName { get; set; }
}