ASP.NET Classes

The following examples will examine some of the core objects that you will likely use in developing your own ASP.NET applications. There are several objects within the ASP.NET framework, and it would be impossible to cover them all in this book. Instead, this section covers some of the key classes and their methods.

The HTTPResponse Class

The HTTPResponse class is used when the server needs to return a response back to the browser. This section covers key aspects of this class.

Writing Text to the Client

When the Page object is created on the server, one of its property is an HTTPResponse object called Response. You can reference this object in your code to send information back to the client. A common use is to write text to ...

Get Delphi for .NET Developer’s Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.