Provides additional contextual informatiom that may be useful to a UrlProvider when constructing URLs.

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

Syntax

C#
public CommandSerializationContext CommandSerializationContext { get; internal set; }
Visual Basic (Declaration)
Public Property CommandSerializationContext As CommandSerializationContext
Visual C++
public:
property CommandSerializationContext^ CommandSerializationContext {
	CommandSerializationContext^ get ();
	void set (CommandSerializationContext^ value);
}

See Also