TemplateBasedControl.Web property

Gets the site of the control's rendering context; which is the value of the SPContext.Web property of the object held by the TemplateBasedControlRenderContext() property.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Web As SPWeb
    Get
'Usage
Dim instance As TemplateBasedControl
Dim value As SPWeb

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

Property value

Type: Microsoft.SharePoint.SPWeb
A SPWeb object that represents the site (not site collection) of the control's rendering context.

Remarks

Use the Web property to make your code more readable by shortening references to the site.

See also

Reference

TemplateBasedControl class

TemplateBasedControl members

Microsoft.SharePoint.WebControls namespace