Update the command state to include the UrlParam's value. Used in the deconstuction of URLs.
Namespace:
Endeca.Web.Url.Seo.Parameters
Assembly:
Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
Syntax
| C# |
|---|
public abstract void AddUrlParamToCommandState(
EndecaCommand command,
UrlParam urlParam
) |
| Visual Basic (Declaration) |
|---|
Public MustOverride Sub AddUrlParamToCommandState ( _
command As EndecaCommand, _
urlParam As UrlParam _
) |
| Visual C++ |
|---|
public:
virtual void AddUrlParamToCommandState(
EndecaCommand^ command,
UrlParam^ urlParam
) abstract |
See Also