This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
shuochen
/
VRSystem
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
28cd2dd072
Ramos
Etiquetas
master
VRSystem
/
tmptestproject
/
BlazorWeb1
/
Components
/
Pages
/
Child3.razor
Child3.razor
107 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
<p>child3 @NickName</p>
@code {
[CascadingParameter]
public string NickName { get; set; }
}