Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Can the code block be used before the HTML in blazor?

$
0
0

Blazor templates seem to follow this order to write components and pages:

@page "/users"<h1>List of users</h1>@code{   // your code here}

I am wondering, if there may be any known inconveniences on using the code block before the HTML. Therefore:

@page "/users"@code{   // your code here}<h1>List of users</h1>

Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>