TemplateBasedControl.Web 属性

获取控件的呈现上下文 ; 的网站这是SPContext.Web值对象的属性由**TemplateBasedControlRenderContext()**属性。

命名空间:  Microsoft.SharePoint.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overridable ReadOnly Property Web As SPWeb
    Get
用法
Dim instance As TemplateBasedControl
Dim value As SPWeb

value = instance.Web
public virtual SPWeb Web { get; }

属性值

类型:Microsoft.SharePoint.SPWeb
一个代表控件的呈现上下文的网站 (而不是网站集) 的SPWeb对象。

备注

使用Web属性,使代码更易于阅读通过缩短对网站的引用。

另请参阅

引用

TemplateBasedControl 类

TemplateBasedControl 成员

Microsoft.SharePoint.WebControls 命名空间