Merge pull request #960 from ermshiperete/ShowHelp
[mono.git] / mcs / class / System.Web / Documentation / en / ns-System.Web.UI.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Namespace Name="" FullName="" FullNameSP="" Maintainer="Mono">
3   <Docs>
4     <summary>
5       <attribution license="cc4" from="Microsoft" modified="false" />
6       <para>The <see cref="N:System.Web.UI" /> namespace provides classes and interfaces that enable you to create ASP.NET server controls and ASP.NET Web pages for the user interface of your ASP.NET Web applications. </para>
7     </summary>
8     <remarks>
9       <attribution license="cc4" from="Microsoft" modified="false" />
10       <para>This namespace includes the <see cref="T:System.Web.UI.Control" /> class, which provides a common set of functionality for all server controls, which includes HTML server controls, Web server controls, and user controls. It also includes the <see cref="T:System.Web.UI.Page" /> class. This class is generated automatically whenever a request is made for an .aspx file in an ASP.NET Web application. You can inherit from both of these classes. </para>
11       <para>The namespace also includes classes that provide the server controls with data-binding functionality, the ability to save the view state of a given control or page, and parsing functionality.</para>
12     </remarks>
13   </Docs>
14 </Namespace>