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

OBSOLETE

This member is not used anymore.

Provides access to the key information on the View associated with the current request.

Namespace: DevExpress.ExpressApp.Web

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

NuGet Package: DevExpress.ExpressApp.Web

Declaration

[Obsolete("This member is not used anymore.")]
[Browsable(false)]
public static ViewShortcut GetCurrentRequestShortcut()

Returns

Type Description
ViewShortcut

A ViewShortcut object supplying key information on the View associated with the current request.

Remarks

Generally, there is no need to use this method as it is intended for internal use. This method is called, for instance, by the built-in WebShowStartupNavigationItemController, to ensure that the IModelRootNavigationItems.StartupNavigationItem is displayed when the application is started.

See Also