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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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. 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.
See Also