System.Web.UI.WebControls.QueryStringParameter Members

The members of System.Web.UI.WebControls.QueryStringParameter are listed below.

See Also: Inherited members from System.Web.UI.WebControls.Parameter

Public Constructors

Initializes a new unnamed instance of the System.Web.UI.WebControls.QueryStringParameter class.

Initializes a new named instance of the System.Web.UI.WebControls.QueryStringParameter class, using the specified string to identify which query-string field to bind to.

Initializes a new named and strongly typed instance of the System.Web.UI.WebControls.QueryStringParameter class, using the specified string to identify which query-string field to bind to.

Protected Constructors

Initializes a new instance of the System.Web.UI.WebControls.QueryStringParameter class, using the values of the instance that is specified by the original parameter.

Public Properties

QueryStringFieldstring.

Gets or sets the name of the query-string field that the parameter binds to.

Protected Methods

override
Clone() : Parameter

Returns a duplicate of the current System.Web.UI.WebControls.QueryStringParameter instance.

override
Evaluate(System.Web.HttpContext, System.Web.UI.Control) : object

Updates and returns the value of the System.Web.UI.WebControls.QueryStringParameter object.