Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
无论如何允许 chtml MVC 页面中的 asp 标签?我是否必须在视图本身中声明某些内容?我知道解决方案中可能有一个 aspx 页面,但我想在 chtml 页面中组合控件。
例子:
@using (Html.BeginForm()) { <asp:calander>... etc
其实 Razor 不支持 WebForm 控件,但是如果你真的想混合 n 匹配你需要看 Scott Hanselman 的例子
http://www.hanselman.com/blog/PlugInHybridsASPNETWebFormsAndASPMVCAndASPNETDynamicDataSideBySide.aspx