This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
BirdsiteLIVE/src/BirdsiteLive/Views/Debuging/Index.cshtml

19 lines
409 B
Plaintext

@{
ViewData["Title"] = "Index";
}
<h1>Debug</h1>
<form asp-controller="Debuging" asp-action="Follow" method="post">
<!-- Input and Submit elements -->
<button type="submit" value="Submit">Follow</button>
</form>
<form asp-controller="Debuging" asp-action="PostNote" method="post">
<!-- Input and Submit elements -->
<button type="submit" value="Submit">Post Note</button>
</form>