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

 

Updates and returns the value of the CookieParameter object.

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 of the request.

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

A Control that is associated with the Web Forms page where the CookieParameter is used.

Return Value

Type: System::Object^

An 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 context parameter is used by the Evaluate method to retrieve the cookies collection and the value of the cookie that the CookieParameter object binds to. The control parameter is ignored.

.NET Framework
Available since 2.0
Return to top
Show: