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 bb85370 commit ba25835Copy full SHA for ba25835
src/Application/src/RazorPagesTestSample/Pages/Index.cshtml
@@ -21,7 +21,8 @@
21
<span asp-validation-for="Message.Text" class="text-danger"></span>
22
</div>
23
<div class="form-group">
24
- <button type="submit" asp-page-handler="AddMessage" class="btn btn-default">Add Message</button>
+ <button type="submit" asp-page-handler="AddMessage" class="btn btn-default">Add new
25
+ Message</button>
26
27
28
0 commit comments