Skip to content

Commit 3c7c05f

Browse files
Added HTML strings to TestRegisters Page
1 parent 1365773 commit 3c7c05f

File tree

1 file changed

+5
-1
lines changed
  • src/jQueryDatatableServerSideNetCore/Views/TestRegisters

1 file changed

+5
-1
lines changed

src/jQueryDatatableServerSideNetCore/Views/TestRegisters/Index.cshtml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
@model IEnumerable<jQueryDatatableServerSideNetCore.Models.DatabaseModels.TestRegister>
22

33
@{
4-
ViewData["Title"] = "Index";
4+
ViewData["Title"] = "Welcome!";
55
Layout = "~/Views/Shared/_Layout.cshtml";
66
}
77

8+
<h1>@ViewData["Title"]</h1>
9+
10+
<p>A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET 5, <a href="https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core" target="_blank">more info here</a></p>
11+
812
<form id="export-to-file-form" method="POST" enctype="application/x-www-form-urlencoded">
913
</form>
1014

0 commit comments

Comments
 (0)