web 2.0

ASP.NET(vb.net) Request AllKeys() - Request Object

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

ASP.NET(vb.net) Request AllKeys() - Request Object

ASP.NET(vb.net) Request AllKeys() - Request Object

ASP.NET(vb.net) Request AllKeys() - Request Object
.
.
.

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (No Ratings Yet)
Loading ... Loading ...

One Response to “ASP.NET(vb.net) Request AllKeys() - Request Object”

  1. 2disrepute…

Leave a Reply

You must be logged in to post a comment.