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

WebApplication.ViewUrlManager Property

Provides access to an object that is used by a WebApplication to manage URLs and implements the IViewUrlManager interface.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

[Browsable(false)]
public IViewUrlManager ViewUrlManager { get; }

Property Value

Type Description
IViewUrlManager

An object that is used by a WebApplication to manage URLs and implements the IViewUrlManager interface.

See Also