ASP.NET(vb.net) Request AllKeys() - Request Object - AllKeys: Gets a combined collection of QueryString, Form, Cookies, and ServerVariables all keys.
ShotDev Focus:
- ASP.NET(vb.net) Request AllKeys() - Request Object
Syntax
[code='vb]
Request.[Method].AllKeys()
[/code]
Example
Request.Form.AllKeys(); Request.QueryString.AllKeys(); Request.Params.AllKeys();
Screenshot
2disrepute…
…