Mono Class Library: Overview

System.Web.UI.TemplateControl: Members

The members of System.Web.UI.TemplateControl are listed below.

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

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

AppRelativeVirtualPathstring. Documentation for this section has not yet been entered.

Protected Properties

AutoHandlersint. Documentation for this section has not yet been entered.
[read-only]
SupportAutoEventsbool. Documentation for this section has not yet been entered.

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.

Public Events

AbortTransactionDocumentation for this section has not yet been entered.
CommitTransactionDocumentation for this section has not yet been entered.
ErrorDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Web.UI.IFilterResolutionService.CompareFiltersDocumentation for this section has not yet been entered.
System.Web.UI.IFilterResolutionService.EvaluateFilterDocumentation for this section has not yet been entered.