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.SetCurrentRequestWindow(WebWindow) Method

Sets the specified window as a current session.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Web

Declaration

[Browsable(false)]
public static void SetCurrentRequestWindow(
    WebWindow window
)

Parameters

Name Type Description
window WebWindow

A WebWindow object that is the current request window.

Remarks

This method is intended for internal use. Generally, you don’t need to use it.

See Also