300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > ASP.NET MVC 个人学习笔记之 Controller传值

ASP.NET MVC 个人学习笔记之 Controller传值

时间:2023-01-05 14:30:29

相关推荐

ASP.NET MVC 个人学习笔记之 Controller传值

独角兽企业重金招聘Python工程师标准>>>

//ControllerViewBag.Message="Modifythistemplatetojump-MVCapplication.";

//View<sectionclass="featured"><divclass="content-wrapper"><hgroupclass="title"><h1>@ViewBag.Title.</h1><h2>@ViewBag.Message</h2></hgroup>...

第二种方法是viewdata

//ControllerpublicActionResultIndex(){ViewBag.Message="Modifythistemplatetojump-MVCapplication.";ViewData["TEST"]="这是一个例子!";returnView();}

<sectionclass="featured"><divclass="content-wrapper"><hgroupclass="title"><h1>@ViewBag.Title.</h1><h2>@ViewBag.Message</h2><h2>@ViewData["TEST"]</h2></hgroup>

viewbag与viewdata区别

/wintersun/archive//01/21/2328563.html

看看着篇博文吧,很不错!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。