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 中使用@model,但我想使用另一个文件夹进行登录操作。
我在 Account 文件夹中创建了一个 cshtml 文件。但我无法使用 @model。我收到如下错误:
您需要提供将用作此视图模型的类,即。
@model MyApp.Web.Models.ViewModels.AccountModel
如果您在此视图中不需要强类型模型,只需删除@model声明即可。
@model
http://weblogs.asp.net/scottgu/archive/2010/10/19/asp-net-mvc-3-new-model-directive-support-in-razor.aspx