removed hidden form fields which are unnecessary as a result of recent changes
This commit is contained in:
@ -44,8 +44,6 @@
|
|||||||
{
|
{
|
||||||
<script src="_framework/blazor.server.js"></script>
|
<script src="_framework/blazor.server.js"></script>
|
||||||
}
|
}
|
||||||
<input name="app_runtime" type="hidden" value="@Model.Runtime">
|
|
||||||
<input name="app_rendermode" type="hidden" value="@Model.RenderMode">
|
|
||||||
@Html.Raw(@Model.BodyResources)
|
@Html.Raw(@Model.BodyResources)
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user