Skip to main content
.NET Framework 4.6.2+
  • The page you are viewing does not exist in the .NET 8.0+ platform documentation. This link will take you to the parent topic of the current section.

ViewUrlManager.ShowObjectClassNameInUrl Property

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

Namespace: DevExpress.ExpressApp.Web

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

NuGet Package: DevExpress.ExpressApp.Web

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