ActivateControllers()
|
Activates Controllers for the current Window.
|
BreakLinksToControls()
|
Removes WebWindow references to its controls and their event handlers.
|
CheckForRedirect()
static
|
Causes the browser to perform redirection to a different URL, if required.
|
CheckForRedirect(Boolean)
static
|
Causes the browser to perform redirection to a different URL, if required.
|
Close()
|
Closes a Window.
|
Close(Boolean)
|
Closes the WebWindow.
|
CreateControls(Page, Boolean)
|
Creates controls for the specified Web Forms page.
|
CreateControls(Page)
|
Creates controls for the specified Web Forms page.
|
CreateScrollControl(Page)
|
Creates an auxiliary scrolling control on the specified Web Forms page.
|
CreateSessionKeepAliveControl(Page)
|
Creates the auxiliary control preventing an ASP.NET Web Forms session from timing out, on the specified page.
|
CreateTemplate()
|
For internal use only.
|
Dispose()
|
Releases all resources used by this Frame object.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetController<ControllerType>()
|
Returns a specified Controller from the current Frame‘s Frame.Controllers collection.
|
GetControllers(Type)
|
For internal use.
|
GetCurrentRequestShortcut()
static
|
Obsolete. Provides access to the key information on the View associated with the current request.
|
GetForm(Page)
static
|
Provides access to the HTML <form> element of the specified Web Forms page.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
RegisterClientScript(String, String, Boolean)
|
Registers the client script with the WebWindow‘s page, using the specified script name and script literal, and adds script tags. Optionally overrides existing script literals.
|
RegisterClientScript(String, String)
|
Registers the client script with the WebWindow‘s page, using the specified script name and script literal, and adds script tags.
|
RegisterClientScriptInclude(String, String)
|
Registers the client script include with the WebWindow‘s page using the specified key and script file name.
|
RegisterClientScriptResource(Type, String)
|
Registers the client script resource with the WebWindow‘s page, using the specified resource name.
|
RegisterController(Controller)
|
Registers a specified Controller within a Frame‘s Frame.Controllers collection.
|
RegisterStartupScript(String, String, Boolean)
|
Registers the startup script with the WebWindow‘s page, using the specified script name and script literal, and adds script tags. Optionally, overrides existing script literals.
|
RegisterStartupScript(String, String)
|
Registers the startup script with the WebWindow‘s page, using the specified script name and script literal, and adds script tags.
|
SaveModel()
|
Writes information on a Frame‘s View and Template to the Application Model.
|
SetControllersActive(String, Boolean)
|
Activates or deactivates the current Frame‘s Controllers for a specified reason.
|
SetCurrentRequestWindow(WebWindow)
static
|
Sets the specified window as a current session.
|
SetTemplate(IFrameTemplate)
|
Sets a specified Template for the current Frame.
|
SetView(View, Frame)
|
Sets a specified View for the current Frame.
|
SetView(View, Boolean, Frame, Boolean)
|
Sets a specified View for the current Frame.
|
SetView(View, Boolean, Frame)
|
Sets a specified View for the current Frame.
|
SetView(View)
|
Sets a specified View for the current Frame.
|
ToString()
|
Returns a string that represents the current object.
|