removed hidden form fields which are unnecessary as a result of recent changes

This commit is contained in:
Shaun Walker
2021-10-22 10:33:09 -04:00
parent 34434e03fe
commit 9b20006938

View File

@ -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>