When you copy the code snippet from Step 1., you may encounter a "HttpUtility does not exist in current context" error, even though you have the using System.Web; statement.
To fix this error, add the System.Web reference to your project (Solutions Explorer -> right click References -> Add Reference... -> under Assemblies add System.Web
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@Zerryth
Hi Ashley, thanks for letting me know about this. This doc is in process of getting updated and reviewed. I'll make sure this issue is addressed. #in-process
@Zerryth - this modification is directly tied to docs tied to a UX release. It may take another week for the correction to appear. The change was in order of steps so that the dependency is added before the code.
@diberry Thanks a lot!
@Zerryth We will now proceed to close this thread. If there are further questions regarding this matter, please reopen it and we will gladly continue the discussion.
Most helpful comment
@Zerryth - this modification is directly tied to docs tied to a UX release. It may take another week for the correction to appear. The change was in order of steps so that the dependency is added before the code.