DataSourceExpressionCollection.Context Property

.NET Framework (current version)
 

Gets the HttpContext instance of the DataSourceExpressionCollection class.

Namespace:   System.Web.UI.WebControls.Expressions
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public HttpContext Context { get; private set; }

Property Value

Type: System.Web.HttpContext

The HttpContext instance.

.NET Framework
Available since 4.0
Return to top
Show: