SharePoint中的用户控件

原文地址:http://ayman-elhattab.blogspot.com/2008/10/user-controls-in-sharepoint.html

SharePoint中大量使用了用户控件,他们位于12目录下的Template\ControlTemplates中。
例如:Welcome.ascx , Toolbar.ascx,...

在网站默认的web.config文件里,SafeControls一节中已经包含了该文件夹及其子目录。

<SafeControl src="~/_controltemplates/*" temp_src="~/_controltemplates/*" IncludeSubFolders="True" Safe="True" AllowRemoteDesigner="True" />

因此,我们在12目录下的Template\ControlTemplates中创建的任何用户自定义控件自动会被安全模式解析器认为是安全的。

posted @ 2009-02-16 17:36  Sunmoonfire  阅读(322)  评论(0编辑  收藏  举报