SessionParameter.Evaluate Method (HttpContext, Control)
.NET Framework (current version)
Updates and returns the value of the SessionParameter object.
Assembly: System.Web (in System.Web.dll)
Protected Friend Overrides Function Evaluate ( context As HttpContext, control As Control ) As Object
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 Forms page where the SessionParameter is used.
Return Value
Type: System.ObjectAn object that represents the updated and current value of the parameter. If the context or the request is null, the Evaluate method returns null.
The SessionParameter object attempts to bind to the value of the session variable every time the Evaluate method is called.
The context parameter is used by the Evaluate method to retrieve the name/value pair that the SessionParameter object binds to. The control parameter is ignored.
.NET Framework
Available since 2.0
Available since 2.0
Show: