Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

WebWindow Properties

A Window used in ASP.NET Web Forms 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