Add files to have a simple EditForm and reproduce POST issue (asks for FormName attribute)

This commit is contained in:
2026-01-27 21:50:52 +01:00
parent 84bbcb235a
commit fec25072c4
9 changed files with 120 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>blazor_server_mini_sandbox</RootNamespace>
<RootNamespace>Sandbox</RootNamespace>
<AssemblyName>$(AssemblyName.Replace(' ', '_'))</AssemblyName>
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
</PropertyGroup>