Search This Blog

Monday, March 4, 2013

HttpUtility does not exist in the current context

Solution:

Add reference to System.Web;

Use:

using System.Web;