1. 首页
  2. 数据库
  3. 其它
  4. ASP.NET MVC Layout如何嵌套

ASP.NET MVC Layout如何嵌套

上传者: 2021-01-04 08:33:33上传 PDF文件 109.37KB 热度 9次
直接上代码: 模板页Layout.cshtml代码(路径”~/Views/Backstage/MachineMng/Layout.cshtml”): @{ ViewBag.Title = 货机管理; } <!DOCTYPE html> <html> <head> <title>@ViewBag.Title</title> <style type=text/css> body { font-size: 12px; padding: 0; margin: 0;
用户评论