add user managment(edit/delete/logout) and session
This commit is contained in:
@ -40,9 +40,11 @@
|
||||
@using (Html.BeginForm()) {
|
||||
@Html.AntiForgeryToken()
|
||||
|
||||
<div class="form-actions no-color">
|
||||
<input type="submit" value="Delete" class="btn btn-default" /> |
|
||||
@Html.ActionLink("Back to List", "Index")
|
||||
</div>
|
||||
<div class="form-actions no-color">
|
||||
|
||||
@Html.ActionLink("back to account managment", "index", null, new { @class = "btn btn-outline-dark" })
|
||||
|
||||
<input type="submit" value="Delete" class="btn btn-outline-dark" />
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user