System.Web.UI.WebControls.ImageField.ThisExpression Field

Represents the "this" expression.

Syntax

public static readonly string ThisExpression

Remarks

The ImageField.ThisExpression field is use to indicate that the System.Web.UI.WebControls.ImageField object should bind to the data source itself rather than a filed of the data source. In this case, the value returned by the object's object.ToString method will be displayed in the field.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0