J
Jonathan Wood
Okay, I'll admit that I don't think a whole lot of some of the .NET
documentation. But it seems like I'm missing something here.
It has come to my attention that the Request property of a page supports the
subscript ([]) operator, and I'd like to understand what values this
returns. Request is of type HttpRequest and so I looked at the class members
at
http://msdn.microsoft.com/en-us/library/system.web.httprequest_members.aspx.
But I don't see any mention of the [] operator.
What am I missing?
Thanks.
Jonathan
documentation. But it seems like I'm missing something here.
It has come to my attention that the Request property of a page supports the
subscript ([]) operator, and I'd like to understand what values this
returns. Request is of type HttpRequest and so I looked at the class members
at
http://msdn.microsoft.com/en-us/library/system.web.httprequest_members.aspx.
But I don't see any mention of the [] operator.
What am I missing?
Thanks.
Jonathan