Skip to main content
A newer version of this page is available. .

WebApplication.GetRequestedView() Method

OBSOLETE

This member is not used anymore.

Returns the requested View.

Namespace: DevExpress.ExpressApp.Web

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

Declaration

[Obsolete("This member is not used anymore.")]
[Browsable(false)]
public View GetRequestedView()

Returns

Type Description
View

A View object, which is the currently requested View.

See Also