Response Object in C#

  • Thread starter Thread starter C
  • Start date Start date
C

C

Hi,

I have a C# Assembly.

In one of my classes I use the Response Object.

This is not recognised however.

What Import (using) do I need to have in order to use the
Response Object.

Thanks,
C.
 
Hi,
I have a C# Assembly.

In one of my classes I use the Response Object.

This is not recognised however.

What Import (using) do I need to have in order to use the
Response Object.

The Response-Object should reside in System.Web. However, the easiest way to
find out what namespace to use if you don't know is to press F1 ... :-).

Regards,
 
Back
Top