WebApplication.ViewUrlManager Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
[Browsable(false)]
public IViewUrlManager ViewUrlManager { get; }
#Property Value
Type | Description |
---|---|
IView |
An object that is used by a Web |
See Also