IViewUrlManager.GetViewShortcut() Method
Returns the ViewShortcut object based on the current request URL.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Returns
Type | Description |
---|---|
ViewShortcut | A ViewShortcut object that contains View’s parameters obtained from the current request URL. |
See Also