Adds additional name value pairs to be included in the URL that is constructed by a 
              UrlProvider.
            
    Namespace: 
   Endeca.Web.UrlAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
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.





