Uses the DataBinder.Eval(object, 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.
An object that results from the evaluation of the data-binding expression.
The erload:System.Web.UI.PageTheme.Eval method uses the Page.GetDataItem method to resolve the data item container.