Mono Class Library: Overview

System.Web.UI.Page: Method Members

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

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

Public Methods

AddOnPreRenderCompleteAsync(System.Web.BeginEventHandler, System.Web.EndEventHandler)
Documentation for this section has not yet been entered.
AddOnPreRenderCompleteAsync(System.Web.BeginEventHandler, System.Web.EndEventHandler, object)
Documentation for this section has not yet been entered.
static
CreateHtmlTextWriterFromType(System.IO.TextWriter, Type) : HtmlTextWriter
Documentation for this section has not yet been entered.
DesignerInitialize()
Documentation for this section has not yet been entered.
ExecuteRegisteredAsyncTasks()
Documentation for this section has not yet been entered.
override
FindControl(string) : Control
Documentation for this section has not yet been entered.
GetDataItem() : object
Documentation for this section has not yet been entered.
GetPostBackClientEvent(Control, string) : string
Documentation for this section has not yet been entered.
GetPostBackClientHyperlink(Control, string) : string
Documentation for this section has not yet been entered.
GetPostBackEventReference(Control) : string
Documentation for this section has not yet been entered.
GetPostBackEventReference(Control, string) : string
Documentation for this section has not yet been entered.
GetTypeHashCode() : int
Documentation for this section has not yet been entered.
GetValidators(string) : ValidatorCollection
Documentation for this section has not yet been entered.
IsClientScriptBlockRegistered(string) : bool
Documentation for this section has not yet been entered.
IsStartupScriptRegistered(string) : bool
Documentation for this section has not yet been entered.
MapPath(string) : string
Documentation for this section has not yet been entered.
ProcessRequest(System.Web.HttpContext)
Documentation for this section has not yet been entered.
RegisterArrayDeclaration(string, string)
Documentation for this section has not yet been entered.
RegisterAsyncTask(PageAsyncTask)
Documentation for this section has not yet been entered.
RegisterClientScriptBlock(string, string)
Documentation for this section has not yet been entered.
RegisterHiddenField(string, string)
Documentation for this section has not yet been entered.
RegisterOnSubmitStatement(string, string)
Documentation for this section has not yet been entered.
RegisterRequiresControlState(Control)
Documentation for this section has not yet been entered.
RegisterRequiresPostBack(Control)
Documentation for this section has not yet been entered.
RegisterRequiresRaiseEvent(IPostBackEventHandler)
Documentation for this section has not yet been entered.
RegisterRequiresViewStateEncryption()
Documentation for this section has not yet been entered.
RegisterStartupScript(string, string)
Documentation for this section has not yet been entered.
RegisterViewStateHandler()
Documentation for this section has not yet been entered.
RequiresControlState(Control) : bool
Documentation for this section has not yet been entered.
SetFocus(string)
Documentation for this section has not yet been entered.
SetFocus(Control)
Documentation for this section has not yet been entered.
UnregisterRequiresControlState(Control)
Documentation for this section has not yet been entered.
Validate()
Documentation for this section has not yet been entered.
Validate(string)
Documentation for this section has not yet been entered.
VerifyRenderingInServerForm(Control)
Documentation for this section has not yet been entered.

Protected Methods

AddContentTemplate(string, ITemplate)
Documentation for this section has not yet been entered.
AddWrappedFileDependencies(object)
Documentation for this section has not yet been entered.
AspCompatBeginProcessRequest(System.Web.HttpContext, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
AspCompatEndProcessRequest(IAsyncResult)
Documentation for this section has not yet been entered.
AsyncPageBeginProcessRequest(System.Web.HttpContext, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
AsyncPageEndProcessRequest(IAsyncResult)
Documentation for this section has not yet been entered.
CreateHtmlTextWriter(System.IO.TextWriter) : HtmlTextWriter
Documentation for this section has not yet been entered.
DeterminePostBackMode() : System.Collections.Specialized.NameValueCollection
Documentation for this section has not yet been entered.
override
FrameworkInitialize()
Documentation for this section has not yet been entered.
GetWrappedFileDependencies(string[]) : object
Documentation for this section has not yet been entered.
InitializeCulture()
Documentation for this section has not yet been entered.
InitOutputCache(OutputCacheParameters)
Documentation for this section has not yet been entered.
InitOutputCache(int, string, string, OutputCacheLocation, string)
Documentation for this section has not yet been entered.
InitOutputCache(int, string, string, string, OutputCacheLocation, string)
Documentation for this section has not yet been entered.
LoadPageStateFromPersistenceMedium() : object
Documentation for this section has not yet been entered.
override
OnInit(EventArgs)
Documentation for this section has not yet been entered.
OnInitComplete(EventArgs)
Documentation for this section has not yet been entered.
OnLoadComplete(EventArgs)
Documentation for this section has not yet been entered.
OnPreInit(EventArgs)
Documentation for this section has not yet been entered.
OnPreLoad(EventArgs)
Documentation for this section has not yet been entered.
OnPreRenderComplete(EventArgs)
Documentation for this section has not yet been entered.
OnSaveStateComplete(EventArgs)
Documentation for this section has not yet been entered.
RaisePostBackEvent(IPostBackEventHandler, string)
Documentation for this section has not yet been entered.
override
Render(HtmlTextWriter)
Documentation for this section has not yet been entered.
SavePageStateToPersistenceMedium(object)
Documentation for this section has not yet been entered.