This topic has not yet been rated - Rate this topic

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)
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.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.