Skip to main content
A newer version of this page is available. .

WebWindow Properties

A Window used in ASP.NET Web applications.
Name Description
Application Provides access to a WebApplication object that can be used to manage the current application.
Context Returns a Frame’s context. Inherited from Frame.
Controllers Provides access to the Controller collection. Inherited from Frame.
CurrentRequestPage static Provides access to the page associated with the current HTTP request.
CurrentRequestWindow static Provides access to the WebWindow associated with the current HTTP request.
IsMain Indicates whether a Window is main. Inherited from Window.
IsViewControllersActivation Indicates whether Controllers are currently being activated. Inherited from Frame.
MainWindowTrackerKey
ScrollControl Provides access to the WebWindow‘s auxiliary scrolling control.
Tag Provides access to the object that contains data about the Frame. Inherited from Frame.
Template Returns a Window’s Template. Inherited from Window.
View Provides access to a Frame‘s View. Inherited from Frame.
See Also