RSSAmplifier

no dogma blog · Oct 6, 2025

Blazor Code Behind

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

If you have been using Blazor, you are probably familiar with .razor files that contain both the UI markup and the code to support it. The template from Microsoft for a new Blazor Server application creates a Pages/Counter.razor file that looks like this - @page '/counter' @rendermode InteractiveServer < PageTitle > Counter </ PageTitle > < h1 > Counter </ h1 > < p role = 'status' > Current count…

Read on nodogmablog.bryanhogan.net

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.