pattern: "{controller=Home}/{action=Index}/{id?}");
此路由的含义是:
当网址为 https://localhost:44327/Home/Privacy 时
将寻找工程中继承了Controller并且类名为HomeController的类
访问他的Privacy方法 获得返回页面
public class HomeController : Controller
{
public IActionResult Privacy()
{
return View();
}
}
将访问工程中Views/Home/Privacy.cshtml
当网址为 https://localhost:44327 时
等效于访问https://localhost:44327/Home/Index
时段 | 个数 |
---|---|
{{f.startingTime}}点 - {{f.endTime}}点 | {{f.fileCount}} |