RouteParameter::Evaluate Method (HttpContext^, Control^)

.NET Framework (current version)
 

Evaluates the request URL and returns the value of the parameter.

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

public protected:
virtual Object^ Evaluate(
	HttpContext^ context,
	Control^ control
) override

Parameters

context
Type: System.Web::HttpContext^

The current HttpContext instance of the request.

control
Type: System.Web.UI::Control^

The control that the parameter is bound to.

Return Value

Type: System::Object^

The current value of the parameter.

.NET Framework
Available since 4.0
Return to top
Show: