mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
init website
This commit is contained in:
@ -12,7 +12,7 @@ namespace FreeSql.Site.UI.Areas.Doc.Controllers
|
||||
public class DocumentsController : BaseController
|
||||
{
|
||||
// GET: Documents
|
||||
public ActionResult Index()
|
||||
public IActionResult Index()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
@ -1,4 +1,8 @@
|
||||
@*
|
||||
For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
|
||||
*@
|
||||
@using Microsoft.AspNetCore.Routing;
|
||||
@using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
|
||||
文档首页
|
@ -0,0 +1,3 @@
|
||||
@{
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
}
|
Reference in New Issue
Block a user