aspnetcore/test/testapps/BasicTestApp/CounterComponentWrapper.cshtml

8 lines
118 B
Plaintext

<h1>Counter wrapper</h1>
This is the parent component. Here comes the counter:
<c:CounterComponent />
Finished.