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

ASPxPager.SeoNavigateUrlFormatString Property

Gets or sets the pattern used to format the pages’ navigation URLs in Search-Engine Optimization (SEO) mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string SeoNavigateUrlFormatString { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that represents the format pattern.

Remarks

The SeoNavigateUrlFormatString property is in effect if the SEO friendly mode is enabled (the ASPxPager.SeoFriendly property is set to true).

Note

The Page’s navigate url can be formatted using the standard formatting mechanism described in MSDN. It allows you to format values using standard format patterns. Format specifiers for composing the format pattern are described in the Numeric Format Strings and Date and Time Format Strings topics in MSDN.

See Also