add Site option for specifying a Hosting Model of Blazor Hybrid
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
{
|
||||
<script src="_framework/blazor.webassembly.js"></script>
|
||||
}
|
||||
else
|
||||
@if (Model.Runtime == "Server")
|
||||
{
|
||||
<script src="_framework/blazor.server.js"></script>
|
||||
}
|
||||
|
Reference in New Issue
Block a user