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.
在visual studio中,我右键单击视图文件夹并打开“添加视图”对话框,然后我选择强类型模型,但我发现并非模型文件夹下的每个类都会显示在下拉列表中。
我的问题是:为什么那里没有显示其他模型类?什么样的类有权被视为强类型模型?
您可以将任何类用作您定义的视图模型并且是您项目的一部分。确保您已构建项目,以便 Visual Studio UI 拾取 Models 文件夹中的类。或者只是在文本框中输入类的名称,而不是依赖下拉菜单。