Printer Friendly Version      Send     
Click to Rate and Give Feedback
MSDN
MSDN Library
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Developer's Guide
ASP.NET Class Library (WinFX)
[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The WinFX class library includes a subset of namespaces that allow you to create ASP.NET Web sites, components, and controls. The following sections describe the key namespaces provided for ASP.NET development. To browse the entire WinFX class library, see Class Library.

  • System.Web – contains classes and interfaces that enable browser/server communication. This namespace provides classes for managing HTTP output to the client (HttpResponse) and reading HTTP requests (HttpRequest). Additional classes provide facilities for server-side utilities and processes, cookie manipulation, file transfer, exception information, and output cache control.

  • System.Web.UI – contains classes for creating Web Form pages, including the Page class and other standard classes used to create Web user interfaces.

  • System.Web.UI.HtmlControls – contains classes for HTML-specific controls that can be added to Web Forms to create Web user interfaces.

  • System.Web.UI.WebControls – contains classes for creating ASP.NET Web server controls. When added to a Web Form, these controls render browser-specific HTML and script to create a device-independent Web user interface.

  • System.Web.UI.WebControls.WebParts – contains an integrated set of classes and interfaces for creating Web pages whose appearance and behavior can be modified (personalized) by end users. The user-defined settings for each page are saved for future browser sessions.

  • System.Configuration – provides classes and interfaces that allow you to programmatically access .NET Framework configuration settings and handle errors in configuration files (.config files).

  • System.Web.Configuration – contains classes that are used to set up ASP.NET configuration.

  • System.Web.Administration – contains classes used by the Web Site Administration Tool to administer and configure ASP.NET applications on a Web server.

  • System.Web.Hosting – provides the functionality for hosting ASP.NET applications from managed applications outside of Microsoft Internet Information Services (IIS).

  • System.Web.Management – contains classes and interfaces for managing and monitoring the health of Web applications.

© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker