RouteParameter.Evaluate(HttpContext, Control) Method

Definition

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

protected public:
 override System::Object ^ Evaluate(System::Web::HttpContext ^ context, System::Web::UI::Control ^ control);
protected internal override object Evaluate (System.Web.HttpContext context, System.Web.UI.Control control);
override this.Evaluate : System.Web.HttpContext * System.Web.UI.Control -> obj
Protected Friend Overrides Function Evaluate (context As HttpContext, control As Control) As Object

Parameters

context
HttpContext

The current HttpContext instance of the request.

control
Control

The control that the parameter is bound to.

Returns

The current value of the parameter.

Applies to

See also