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.
我想将我的 .cshtml 布局提供给我的 webmatrix 项目中包含的 aspx 及其各自的 cs 文件,其中包含 cshtml(剃刀)中的所有文件帮忙...谢谢
您不能将 cshtml 布局文件与 aspx Web 表单文件一起使用。您必须改用 .master 页面。