See also
Class WebUtils
West Wind Toolkit for .NET
WebUtils.IsFormVar
Checks to see if a form variable exists in the HttpContext. Only works in System.Web based applications
public static bool IsFormVar(string key);
Parameters
key
See also:
Class WebUtils