ProfileParameter::Evaluate Method (HttpContext^, Control^)
.NET Framework (current version)
Updates and returns the value of the ProfileParameter object.
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 of the request.
- control
-
Type:
System.Web.UI::Control^
A Control that is associated with the Web Form where the ProfileParameter is used.
Return Value
Type: System::Object^An object that represents the updated and current value of the parameter. If the context or the ASP.NET Profile is null (Nothing in Visual Basic), the Evaluate method returns null.
The ProfileParameter attempts to bind to the value of the Profile property every time the Evaluate method is called.
The context parameter is used by the Evaluate method to retrieve the ASP.NET Profile that the ProfileParameter binds to. The control parameter is ignored.
.NET Framework
Available since 2.0
Available since 2.0
Show: