C# ~ is request exists


if (Request.QueryString["xxxx"] != null)
{
// it exists
}
else
{
// it doesn't
}

reference
http://www.velocityreviews.com/forums/t107127-querystring-exists.html

沒有留言: