Called to give subclasses an opportunity to add additional state to a URL.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
protected virtual void SaveExtendedUrlState(
	NameValueCollection extendedState
)
Visual Basic (Declaration)
Protected Overridable Sub SaveExtendedUrlState ( _
	extendedState As NameValueCollection _
)
Visual C++
protected:
virtual void SaveExtendedUrlState(
	NameValueCollection^ extendedState
)

Parameters

extendedState
Type: System.Collections.Specialized..::.NameValueCollection
Collection of addtional name/value pairs that should be included in URLs constructed by UrlProvider.

See Also