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:
property HttpContext^ Context {
	HttpContext^ get();
	private: void set(HttpContext^ value);
}

Property Value

Type: System.Web::HttpContext^

The HttpContext instance.

.NET Framework
Available since 4.0
Return to top
Show: