使用 VB.net 时,辅助模块是否必须位于 App_Code 中才能让 MVC 识别
当我的 APS.NET MVC VB 应用程序的 App_Code 目录中有我的 Helpers 时,我可以输入 <%=HTML.ImageUrl("myImage.gif")%>;
如果我将其移动到另一个文件夹,则会出现错误。 我假设我可以导入应用程序命名空间以使其正常工作,但这有必要吗?
When I have my Helpers in the App_Code Directory of my APS.NET MVC VB Application, I can type <%=HTML.ImageUrl("myImage.gif")%>
If I move it to another folder I get Errors.
I assume I can import the Application Namespace to get it to work, but is that necessary?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否将您使用的命名空间放入 web.config 中?
Do you have the namespace your using put into the web.config?