Control 元素(委派控件)
上次修改时间: 2015年3月9日
适用范围: SharePoint Foundation 2010
本文内容
属性
子元素
父元素
标识要在委派控件中实现的控件。
<Control
ControlAssembly = "Text"
ControlClass = "Text"
ControlSrc = "Text"
Id = "Text"
Sequence = "Integer">
</Control>
属性
属性 |
说明 |
---|---|
ControlAssembly |
可选属性,类型为 Text。指定控件的程序集的强名称。 |
ControlClass |
可选属性,类型为 Text。指定控件的类的完全限定名。 |
ControlSrc |
可选属性,类型为 Text。指定用作控件源的 .ascx 文件的相对 URL。 |
Id |
可选属性,类型为 Text。指定控件的 ID。 |
Sequence |
可选属性,类型为 Integer。指定控件的序列号,此序列号确定是否将控件添加到页的控件树中。具有最小序列号的控件将添加到树中。 |
子元素
父元素
示例
在实现用户控件时,可使用 ControlSrc 属性。在实现服务器控件时,可使用 ControlAssembly 和 ControlClass 属性。有关如何使用此元素的示例,请参阅委派控件。