RouteParameter::Evaluate Method (HttpContext^, Control^)
.NET Framework (current version)
Evaluates the request URL and returns the value of the parameter.
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.
.NET Framework
Available since 4.0
Available since 4.0
Show: