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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top