PageTheme.Eval Method (String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Uses the DataBinder.Eval(Object, String) method of the Page property that the instance of the PageTheme class is associated with to evaluate a data-binding expression.
Assembly: System.Web (in System.Web.dll)
Parameters
- expression
-
Type:
System.String
The navigation path from the container to the public property value. For details, see DataBinder.
Return Value
Type: System.ObjectAn object that results from the evaluation of the data-binding expression.
The Eval method uses the GetDataItem method to resolve the data item container.
.NET Framework
Available since 2.0
Available since 2.0
Show: