DynamicQueryStringParameter.Evaluate(HttpContext, Control) Method

Definition

Throws an InvalidOperationException exception in all cases.

C#
protected override object Evaluate(System.Web.HttpContext context, System.Web.UI.Control control);

Parameters

context
HttpContext

Information about the HTTP request.

control
Control

The control the parameter is bound to.

Returns

Throws an InvalidOperationException exception in all cases.

Remarks

If the Evaluate method is invoked by ASP.NET, it throws an T:System.InvalidOperationException exception in all cases. This happens because one of the following conditions are met:

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also