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.
在 .NET MVC3 Razor webapplication 中,如何使用EditorTemplatewhich is in another Area?(使用 HtmlHelper 的 EditorFor 方法)
EditorTemplate
Area
您可以将编辑器模板移出该区域吗?如果你把它放在根目录/Views/Shared/EditorTemplates,你就可以从任何区域访问它。
如果我正确解释了“另一个区域”:您始终可以使用显式定位直接引用对象。
MyApplication.Helpers.MyEditorTemplate myTemplate;