Uses the DataBinder.Eval(object, string, string) method of the PageTheme.Page property that the instance of the System.Web.UI.PageTheme class is associated with to evaluate a data-binding expression.
- expression
- The navigation path from the container to the public property value. For details, see System.Web.UI.DataBinder.
- format
- A .NET Framework format string. For details, see System.Web.UI.DataBinder.
A string that results from the evaluation of the data-binding expression and conversion to a string type.
The erload:System.Web.UI.PageTheme.Eval method uses the Page.GetDataItem method to resolve the data item container.