We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317f2e8 commit e1eef7dCopy full SHA for e1eef7d
OdeToFoodRider/OdeToFoodRider/Views/Home/Create.cshtml
@@ -10,12 +10,14 @@
10
<body>
11
<h1>Create</h1>
12
13
-<input asp-for="Name"/>
+<form method="post">
14
+ <input asp-for="Name"/>
15
-@*VSRD: Rider's code analysis bug in the asp-items expression below: RSRP-469518 *@
16
-<select asp-for="Cuisine" asp-items="@Html.GetEnumSelectList<CuisineType>()"></select>
+ @*VSRD: Rider's code analysis bug in the asp-items expression below: RSRP-469518 *@
17
+ <select asp-for="Cuisine" asp-items="@Html.GetEnumSelectList<CuisineType>()"></select>
18
-<input type="submit" name="save" value="Save"/>
19
+ <input type="submit" name="save" value="Save"/>
20
+</form>
21
<div>
22
23
</div>
0 commit comments