Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created August 17, 2021 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/49c1e15fb0001948df0ca4753069ff7e to your computer and use it in GitHub Desktop.
Save lgolubyev/49c1e15fb0001948df0ca4753069ff7e to your computer and use it in GitHub Desktop.
<BlazorWebView
HostPage="wwwroot/index.html"
Services="{StaticResource Services}">
<BlazorWebView.RootComponent>
<RootComponent
Selector="#app"
ComponentType="{x:Type local:Main}"
/>
</BlazorWebView.RootComponent>
</BlazorWebView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment