14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
@page "/Test"
|
|
@layout ClientLayout
|
|
@* @rendermode InteractiveWebAssembly *@
|
|
@rendermode InteractiveAuto
|
|
|
|
<h3>Test Esecuzione</h3>
|
|
|
|
|
|
<ExecutionContextTest></ExecutionContextTest>
|
|
|
|
@code {
|
|
|
|
}
|