Skip to content

Instantly share code, notes, and snippets.

View ClaytonHunt's full-sized avatar
🏠
Working from home

Clayton Hunt ClaytonHunt

🏠
Working from home
View GitHub Profile
@ClaytonHunt
ClaytonHunt / App.razor
Last active May 5, 2025 14:07
Dynamic Routing example in Blazor
<CascadingAuthenticationState>
<DynamicRouter AppAssembly="@typeof(Program).Assembly">
<Found>
<DynamicPage></DynamicPage>
</Found>
<NotFound>
Sorry no page
</NotFound>
</DynamicRouter>
</CascadingAuthenticationState>
@ClaytonHunt
ClaytonHunt / cloudSettings
Last active June 20, 2018 02:15
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-06-20T05:15:23.760Z","extensionVersion":"v2.9.2"}