You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.5 KiB
44 lines
1.5 KiB
@{
|
|
ViewData["Title"] = "Home Page";
|
|
}
|
|
|
|
<div class="text-center">
|
|
<h1 class="display-4">Welcome</h1>
|
|
<p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
|
|
</div>
|
|
|
|
<table class="tabstyle" style="margin-top:20px"><tr><td style="padding:25px">
|
|
<div class="desc">
|
|
<p>Thank you for using Syncfusion ASP.NET Core Wizard. We have modified the default ASP.NET Core internet application project template based on Syncfusion controls and settings.
|
|
The following are the samples links:
|
|
</p>
|
|
</div>
|
|
<div class="sf-samples">
|
|
<ul class="ulstyle">
|
|
<li class="list">
|
|
<div class="column">
|
|
@Html.ActionLink("DataGrid", "DataGridFeatures", "DataGrid", null, new { Style = "text-decoration:none;color:#616161;" })
|
|
</div>
|
|
</li>
|
|
<li class="list">
|
|
<div class="column">
|
|
@Html.ActionLink("User", "", "User", null, new { Style = "text-decoration:none;color:#616161;" })
|
|
</div>
|
|
</li>
|
|
<li class="list">
|
|
<div class="column">
|
|
@Html.ActionLink("Product", "", "Product", null, new { Style = "text-decoration:none;color:#616161;" })
|
|
</div>
|
|
</li>
|
|
<li class="list">
|
|
<div class="column">
|
|
@Html.ActionLink("Form", "", "Form", null, new { Style = "text-decoration:none;color:#616161;" })
|
|
</div>
|
|
</li>
|
|
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<div class="clear"> </div> |