无法访问 umbraco.uicontrols
我为自定义部分创建了一个 .aspx 页面,希望显示一些 umbraco 控件。
为此,我在 .aspx 页面中添加了以下行。
<%@ Register TagPrefix="umb" Namespace="umbraco.uicontrols" Assembly="controls" %>
但我没有像 UmbracoPanel 和 Pane 这样的控件。
你能帮我解决这个问题吗?
I created an .aspx page for custom section which want some umbraco controls to display.
For this i added the following line in .aspx page.
<%@ Register TagPrefix="umb" Namespace="umbraco.uicontrols" Assembly="controls" %>
But i didn't get the controls like UmbracoPanel and Pane..
Can you help me on this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否添加controls.dll作为您网站项目的引用?
Did you add controls.dll as a reference to your website project?