PageTheme Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateSkinKey(Type, String) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a lookup key object for a particular control type and skin ID. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Eval(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. |
![]() | Eval(String, String) | 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. |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | TestDeviceFilter(String) | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | XPath(String) | This API supports the product infrastructure and is not intended to be used directly from your code. Evaluates an XPath data-binding expression. |
![]() | XPath(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. |
![]() | XPath(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. |
![]() | XPath(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. |
![]() | XPathSelect(String) | This API supports the product infrastructure and is not intended to be used directly from your code. Evaluates an XPath data-binding expression and returns a node collection that implements the IEnumerable interface. |
![]() | XPathSelect(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 and returns a node collection that implements the IEnumerable interface. |


