DynamicRouteExpression.SetContext Method (Control, HttpContext, IQueryableDataSource)

.NET Framework (current version)
 

Sets the HTTP context of the DynamicRouteExpression object.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public override void SetContext(
	Control owner,
	HttpContext context,
	IQueryableDataSource dataSource
)

Parameters

owner
Type: System.Web.UI.Control

The control that contains the DynamicRouteExpression instance. This is a QueryExtender control.

context
Type: System.Web.HttpContext

The Web request context.

dataSource
Type: System.Web.UI.WebControls.IQueryableDataSource

The target data source for the DynamicRouteExpression instance.

.NET Framework
Available since 4.0
Return to top
Show: