Gets a collection of additional parameter values that should be included in URLs that are constructed by this UrlManager.

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

Syntax

C#
public NameValueCollection Parameters { get; }
Visual Basic (Declaration)
Public ReadOnly Property Parameters As NameValueCollection
Visual C++
public:
property NameValueCollection^ Parameters {
	NameValueCollection^ get ();
}

Remarks

The format in which these parameter values are encoded in the URL can vary, and is the responsibility of the UrlProvider associated with this instance.

See Also