Overload List

  Name Description
Public method Static member SetCustomQueryStringName<(Of <<'(T>)>>)(BasePart, Pager, UrlParam<(Of <<'(T>)>>))
Sets a custom query string name for a pager, generic version. Used in scenarios when there are multiple pagers on the page and each has to have it's own query string parameter instead of the default PageNo. Uses default pager template.
Public method Static member SetCustomQueryStringName(BasePart, Pager, String)
Sets a custom query string name for a pager. Used in scenarios when there are multiple pagers on the page and each has to have it's own query string parameter instead of the default PageNo. Uses default template from the templates folder for better SEO optimization.
Public method Static member SetCustomQueryStringName<(Of <<'(T>)>>)(BasePart, Pager, UrlParam<(Of <<'(T>)>>), String)
Sets a custom query string name for a pager, generic version. Used in scenarios when there are multiple pagers on the page and each has to have it's own query string parameter instead of the default PageNo. Pager template name is configurable.
Public method Static member SetCustomQueryStringName(BasePart, Pager, String, String)
Sets a custom query string name for a pager. Used in scenarios when there are multiple pagers on the page and each has to have it's own query string parameter instead of the default PageNo. Pager template name is configurable.

See Also