Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

PagerSettingsEx.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 virtual string SeoNavigateUrlFormatString { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that represents the format pattern.

Property Paths

You can access this nested property as listed below:

Show 30 property paths
Library Object Type Path to SeoNavigateUrlFormatString
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsPager.SeoNavigateUrlFormatString
BootstrapGridView
.SettingsPager.SeoNavigateUrlFormatString
ASP.NET Web Forms Controls ASPxCardView
.SettingsPager.SeoNavigateUrlFormatString
ASPxDataView
.PagerSettings.SeoNavigateUrlFormatString
ASPxGridView
.SettingsPager.SeoNavigateUrlFormatString
ASPxImageGallery
.PagerSettings.SeoNavigateUrlFormatString
ASPxNewsControl
.PagerSettings.SeoNavigateUrlFormatString
ASPxPivotGrid
.OptionsPager.SeoNavigateUrlFormatString
ASPxTreeList
.SettingsPager.SeoNavigateUrlFormatString
ASPxVerticalGrid
.SettingsPager.SeoNavigateUrlFormatString
GridViewProperties
.SettingsPager.SeoNavigateUrlFormatString
CardViewSettings
.SettingsPager.SeoNavigateUrlFormatString
CardViewSettings<CardType>
.SettingsPager.SeoNavigateUrlFormatString
DataViewSettings
.PagerSettings.SeoNavigateUrlFormatString
GridViewSettings
.SettingsPager.SeoNavigateUrlFormatString
GridViewSettings<RowType>
.SettingsPager.SeoNavigateUrlFormatString
ImageGallerySettings
.PagerSettings.SeoNavigateUrlFormatString
MVCxCardView
.SettingsPager.SeoNavigateUrlFormatString
MVCxDataView
.PagerSettings.SeoNavigateUrlFormatString
MVCxGridView
.SettingsPager.SeoNavigateUrlFormatString
MVCxGridViewProperties
.SettingsPager.SeoNavigateUrlFormatString
MVCxImageGallery
.PagerSettings.SeoNavigateUrlFormatString
MVCxPivotGrid
.OptionsPager.SeoNavigateUrlFormatString
MVCxTreeList
.SettingsPager.SeoNavigateUrlFormatString
MVCxVerticalGrid
.SettingsPager.SeoNavigateUrlFormatString
PivotGridSettings
.OptionsPager.SeoNavigateUrlFormatString
TreeListSettings
.SettingsPager.SeoNavigateUrlFormatString
TreeListSettings<RowType>
.SettingsPager.SeoNavigateUrlFormatString
VerticalGridSettings
.SettingsPager.SeoNavigateUrlFormatString
VerticalGridSettings<ColumnType>
.SettingsPager.SeoNavigateUrlFormatString

Remarks

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

Note

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