Response Object in C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • C

    Response Object in 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.

  • Frank Eller [MVP]

    #2
    Re: Response Object in C#

    Hi,
    [color=blue]
    > 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.[/color]

    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,

    --
    Frank Eller [.NET MVP]
    another blog about programming with all things related to .NET

    ..NET Developers Group Munich- www.munichdot.net




    Comment

    Working...