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.v24.1.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