开发者

Access Post and Get variables in a server control class

开发者 https://www.devze.com 2023-01-30 09:33 出处:网络
I need to access post a开发者_运维问答nd get variables inside a server control class, there is no access to Request object in server control class...You can get access to the request through the conte

I need to access post a开发者_运维问答nd get variables inside a server control class, there is no access to Request object in server control class...


You can get access to the request through the context object.

e.g.

this.Context.Request
0

精彩评论

暂无评论...
验证码 换一张
取 消