R******3 发帖数: 40 | 1 just start to learn c# and asp.net, have some 101 questions, could anyone
shed some light on these questions? thanks a lot.
page.request["string"]
page.request gets the HttpRequest object for the requested page. what is
page.request["string"](like page.request["email"]) return? a property of
HttpRequest object? if so, which property? is there a default property for
each class?
what is [] representing? thanks.
same doubt for page.session["string"]. get really confused by []. i assume [
] is for array index or string index. and () is for method augument.
Thanks in advance. any comments would be greatly appreciated. | v******n 发帖数: 421 | | R******3 发帖数: 40 | 3 Thanks for your help. now it makes sense. |
|