PageTheme::XPath Method

 

Provides support for parsing and evaluating an XPath data-binding expression in theme skin files.

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

NameDescription
System_CAPS_protmethodXPath(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Evaluates an XPath data-binding expression.

System_CAPS_protmethodXPath(String^, IXmlNamespaceResolver^)

This API supports the product infrastructure and is not intended to be used directly from your code. Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution.

System_CAPS_protmethodXPath(String^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Evaluates an XPath data-binding expression using the specified format string to display the result.

System_CAPS_protmethodXPath(String^, String^, IXmlNamespaceResolver^)

This API supports the product infrastructure and is not intended to be used directly from your code. Uses the TemplateControl::XPath method of the Page control that the instance of the PageTheme class is associated with to evaluate an XPath data-binding expression.

Return to top
Show: