This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
shuochen
/
VRSystem
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
79298401be
Ramas
Etiquetas
master
VRSystem
/
tmptestproject
/
BlazorWeb1
/
Components
/
Pages
/
Child3.razor
Child3.razor
107 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
<p>child3 @NickName</p>
@code {
[CascadingParameter]
public string NickName { get; set; }
}