Mono Class Library: Overview

System.Web.UI.TemplateControl: Method Members

The methods of System.Web.UI.TemplateControl are listed below. For a list of all members, see the TemplateControl Members list.

See Also: Inherited members from System.Web.UI.Control

Public Methods

LoadControl(string) : Control
Loads a System.Web.UI.UserControl object from a .ascx file (a user control file)
LoadControl(Type, object[]) : Control
Documentation for this section has not yet been entered.
LoadTemplate(string) : ITemplate
Documentation for this section has not yet been entered.
ParseControl(string) : Control
Documentation for this section has not yet been entered.
ParseControl(string, bool) : Control
Documentation for this section has not yet been entered.
ReadStringResource() : object
Documentation for this section has not yet been entered.
static
ReadStringResource(Type) : object
Documentation for this section has not yet been entered.

Protected Methods

Construct()
Documentation for this section has not yet been entered.
CreateResourceBasedLiteralControl(int, int, bool) : LiteralControl
Documentation for this section has not yet been entered.
Eval(string) : object
Documentation for this section has not yet been entered.
Eval(string, string) : string
Documentation for this section has not yet been entered.
FrameworkInitialize()
Documentation for this section has not yet been entered.
GetGlobalResourceObject(string, string) : object
Documentation for this section has not yet been entered.
GetGlobalResourceObject(string, string, Type, string) : object
Documentation for this section has not yet been entered.
GetLocalResourceObject(string) : object
Documentation for this section has not yet been entered.
GetLocalResourceObject(string, Type, string) : object
Documentation for this section has not yet been entered.
OnAbortTransaction(EventArgs)
Documentation for this section has not yet been entered.
OnCommitTransaction(EventArgs)
Documentation for this section has not yet been entered.
OnError(EventArgs)
Documentation for this section has not yet been entered.
SetStringResourcePointer(object, int)
Documentation for this section has not yet been entered.
WriteUTF8ResourceString(HtmlTextWriter, int, int, bool)
Documentation for this section has not yet been entered.
XPath(string) : object
Documentation for this section has not yet been entered.
XPath(string, string) : string
Documentation for this section has not yet been entered.
XPath(string, System.Xml.IXmlNamespaceResolver) : object
Documentation for this section has not yet been entered.
XPath(string, string, System.Xml.IXmlNamespaceResolver) : string
Documentation for this section has not yet been entered.
XPathSelect(string) : IEnumerable
Documentation for this section has not yet been entered.
XPathSelect(string, System.Xml.IXmlNamespaceResolver) : IEnumerable
Documentation for this section has not yet been entered.