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)
'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; }
Type: Microsoft.SharePoint.SPWeb
A SPWeb object that represents the site (not site collection) of the control's rendering context.
Use the Web property to make your code more readable by shortening references to the site.