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.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Property Value
Type | Description |
---|---|
IViewUrlManager | An object that is used by a WebApplication to manage URLs and implements the IViewUrlManager interface. |
See Also