Update the command state to include the UrlParam's value. Used in the deconstuction of URLs. See the ParamBinding class.

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

Syntax

C#
public override void AddUrlParamToCommandState(
	EndecaCommand command,
	UrlParam urlParam
)
Visual Basic (Declaration)
Public Overrides Sub AddUrlParamToCommandState ( _
	command As EndecaCommand, _
	urlParam As UrlParam _
)
Visual C++
public:
virtual void AddUrlParamToCommandState(
	EndecaCommand^ command, 
	UrlParam^ urlParam
) override

Parameters

command
Type: EndecaCommand
EndecaCommand.
urlParam
Type: Endeca.Web.Url.Seo.Utility..::.UrlParam
UrlParam to add to the EndecaCommand.

See Also