What I am trying to get
I am trying to URL encode a string in my workflow.
What I did
I used this function: System.Web.HttpUtility.HtmlEncode(string)
What is the issue ?
I used this same function on my earlier project without any issue. But when I created a new workflow file ? Its showing issue… HttpUtility is not a member function of web. Below is the both project screenshot.
On one project this function work fine
And another project the same function show error.
Please help me to URL encode my string. Thanks
29 posts - 12 participants