I am trying to navigate my MCML page to an another website by the following code:
-Changed Source="[CMD_MyCommand.Invoked]"-
-Actions-
-Invoke Target="[AddInHost.MediaCenterEnvironment.NavigateToPage]"
pageId="ExtensibilityURL"
pageParameters="[sLink]"-
-/Invoke-
-/Actions-
-/Changed-
This MCML code is working but the compiler doesn't accept the "&" character and gives error?
My link is like: "http://www.domain.com?param1=test¶m2=test1¶m3=test3"
I replaced "&" with "%26". This time I didn't receive an error but the link I have changed didn't open in Media Center. Then I checked the link with using "%26" in browser. The web site can not understand the paramaters.
So, how can I use "&" characters in a link in MCML? Thank you..