Adds additional name value pairs to be included in the URL that is constructed by a UrlProvider.

Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
void SaveExtendedState(
	NameValueCollection state
)
Visual Basic (Declaration)
Sub SaveExtendedState ( _
	state As NameValueCollection _
)
Visual C++
void SaveExtendedState(
	NameValueCollection^ state
)

Parameters

state
Type: System.Collections.Specialized..::.NameValueCollection
Collection to which name/value pairs should be added.

See Also