aspnetcore/test/testapps/BasicTestApp/SvgWithChildComponent.cshtml

5 lines
103 B
Plaintext

<h1>SVG with Child Component</h1>
<svg height="250" width="250">
<SvgCircleComponent />
</svg>