PageTheme.Eval Method (String)

 

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.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

Protected Function Eval (
	expression As String
) As Object

Parameters

expression
Type: System.String

The navigation path from the container to the public property value. For details, see DataBinder.

Return Value

Type: System.Object

An 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
Return to top
Show: