Mono Class Library: Overview

System.Web.UI.Page: Members

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

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

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

const
postEventArgumentIDstring. Documentation for this section has not yet been entered.
const
postEventSourceIDstring. Documentation for this section has not yet been entered.

Public Properties

[read-only]
ApplicationSystem.Web.HttpApplicationState. Documentation for this section has not yet been entered.
AsyncTimeoutTimeSpan. Documentation for this section has not yet been entered.
Bufferbool. Documentation for this section has not yet been entered.
[read-only]
CacheSystem.Web.Caching.Cache. Documentation for this section has not yet been entered.
[read-only]
ClientQueryStringstring. Documentation for this section has not yet been entered.
[read-only]
ClientScriptClientScriptManager. Documentation for this section has not yet been entered.
ClientTargetstring. Documentation for this section has not yet been entered.
CodePageint. Documentation for this section has not yet been entered.
ContentTypestring. Documentation for this section has not yet been entered.
Culturestring. Documentation for this section has not yet been entered.
EnableEventValidationbool. Documentation for this section has not yet been entered.
override
EnableViewStatebool. Documentation for this section has not yet been entered.
EnableViewStateMacbool. Documentation for this section has not yet been entered.
ErrorPagestring. Documentation for this section has not yet been entered.
[read-only]
FormSystem.Web.UI.HtmlControls.HtmlForm. Documentation for this section has not yet been entered.
[read-only]
HeaderSystem.Web.UI.HtmlControls.HtmlHead. Documentation for this section has not yet been entered.
override
IDstring. Documentation for this section has not yet been entered.
[read-only]
IdSeparatorchar. Documentation for this section has not yet been entered.
[read-only]
IsAsyncbool. Documentation for this section has not yet been entered.
[read-only]
IsCallbackbool. Documentation for this section has not yet been entered.
[read-only]
IsCrossPagePostBackbool. Documentation for this section has not yet been entered.
[read-only]
IsPostBackbool. Documentation for this section has not yet been entered.
[read-only]
IsReusablebool. Documentation for this section has not yet been entered.
[read-only]
IsValidbool. Documentation for this section has not yet been entered.
[read-only]
ItemsIDictionary. Documentation for this section has not yet been entered.
LCIDint. Documentation for this section has not yet been entered.
MaintainScrollPositionOnPostBackbool. Documentation for this section has not yet been entered.
[read-only]
MasterMasterPage. Documentation for this section has not yet been entered.
MasterPageFilestring. Documentation for this section has not yet been entered.
MaxPageStateFieldLengthint. Documentation for this section has not yet been entered.
[read-only]
PageAdapterSystem.Web.UI.Adapters.PageAdapter. Documentation for this section has not yet been entered.
[read-only]
PreviousPagePage. Documentation for this section has not yet been entered.
[read-only]
RequestSystem.Web.HttpRequest. Documentation for this section has not yet been entered.
[read-only]
ResponseSystem.Web.HttpResponse. Documentation for this section has not yet been entered.
ResponseEncodingstring. Documentation for this section has not yet been entered.
[read-only]
ServerSystem.Web.HttpServerUtility. Documentation for this section has not yet been entered.
[read-only]
SessionSystem.Web.SessionState.HttpSessionState. Documentation for this section has not yet been entered.
SmartNavigationbool. Documentation for this section has not yet been entered.
StyleSheetThemestring. Documentation for this section has not yet been entered.
Themestring. Documentation for this section has not yet been entered.
Titlestring. Documentation for this section has not yet been entered.
[read-only]
TraceSystem.Web.TraceContext. Documentation for this section has not yet been entered.
TraceEnabledbool. Documentation for this section has not yet been entered.
TraceModeValueSystem.Web.TraceMode. Documentation for this section has not yet been entered.
UICulturestring. Documentation for this section has not yet been entered.
[read-only]
UserSystem.Security.Principal.IPrincipal. Documentation for this section has not yet been entered.
[read-only]
ValidatorsValidatorCollection. Documentation for this section has not yet been entered.
ViewStateEncryptionModeViewStateEncryptionMode. Documentation for this section has not yet been entered.
ViewStateUserKeystring. Documentation for this section has not yet been entered.
override
Visiblebool. Documentation for this section has not yet been entered.

Protected Properties

AspCompatModebool. Documentation for this section has not yet been entered.
AsyncModebool. Documentation for this section has not yet been entered.
[read-only]
override
ContextSystem.Web.HttpContext. Documentation for this section has not yet been entered.
[write-only]
FileDependenciesArrayList. Documentation for this section has not yet been entered.
[read-only]
PageStatePersisterPageStatePersister. Documentation for this section has not yet been entered.
TransactionModeint. Documentation for this section has not yet been entered.
[read-only]
UniqueFilePathSuffixstring. Documentation for this section has not yet been entered.

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.

Public Events

InitCompleteDocumentation for this section has not yet been entered.
LoadCompleteDocumentation for this section has not yet been entered.
PreInitDocumentation for this section has not yet been entered.
PreLoadDocumentation for this section has not yet been entered.
PreRenderCompleteDocumentation for this section has not yet been entered.
SaveStateCompleteDocumentation for this section has not yet been entered.