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

ViewUrlManager.ShowObjectClassNameInUrl Property

Specifies whether the ObjectClassName should be displayed in a URL or not.

Namespace: DevExpress.ExpressApp.Web

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

Declaration

public static bool ShowObjectClassNameInUrl { get; set; }

Property Value

Type Description
Boolean

true, if the ObjectClassName should be displayed in a URL; otherwise, false.

See Also