如何将代码隐藏代码添加到 umbraco 模板?
我正在开始使用 umbraco 4.5.2。
我已经启动并运行了我的网站,并且正在使用一些 ASP.NET 控件设计模板。我如何响应这些控件的事件?
例如,我在模板中添加了一个按钮。如何编辑代码隐藏文件以在单击按钮时执行某些操作?
谢谢你,
马丁·维博
I am getting started with umbraco 4.5.2.
I have my site up and running, and I am designing templates using some ASP.NET controls. How can I respond to events from these controls?
For example, I have added a Button to a template. How can I edit the code-behind file to perform some action whenever the button is clicked?
Thank you,
Martin Wiboe
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
实际上,您可以创建功能齐全的 ASP.NET
.ascx
控件,并将它们包装在宏中以显示在模板/页面内。观看精彩视频了解如何操作这。
祝你好运!
马尔科
You can actually create fully functional ASP.NET
.ascx
Controls, and wrap them in a Macro to display inside your template/page.Check out this excellent video on how to do this.
Good luck!
Marko
看看这个博客文章。
引用:
Have a look at the bottom of this blog post.
Quote:
还有一个实用程序可以为您创建代码文件 http://umbracocs.codeplex.com/
There is also this utility that will create the codefiles for you http://umbracocs.codeplex.com/