PageTheme.Eval Method (String, 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, 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.
- format
-
Type:
System.String
A .NET Framework format string. For details, see DataBinder.
Return Value
Type: System.StringA string that results from the evaluation of the data-binding expression and conversion to a string type.
The Eval method uses the GetDataItem method to resolve the data item container.
.NET Framework
Available since 2.0
Available since 2.0
Show: