Using the the Request object from a custom class

  • Thread starter Thread starter Craig M
  • Start date Start date
C

Craig M

I am trying to create a custom class (.vb) to handle reading cookies from an
intranet site.
I know it's pretty straight forward to do from the .aspx page just using
Request.cookies, but am having some difficluty
implementing that from that from my VB class. Is there a simple way to
implement?


Thanks.
 
Back
Top