Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2014-05-10 02:25:38 +0400
committerJoel Martinez <joelmartinez@gmail.com>2014-05-12 22:52:47 +0400
commitd4fcdb95b4398cda63afbadb0809072474d2932e (patch)
treed86231a02987a7ded502035411d395e12730fd33 /mcs/class/System.Web/Documentation
parentb7293faf40730fb0b03ab2470792188f6b1d6261 (diff)
[docs] namespace documentation import.
Diffstat (limited to 'mcs/class/System.Web/Documentation')
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.Caching.xml9
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.Compilation.xml8
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.Configuration.Internal.xml8
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.Configuration.xml9
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.Handlers.xml9
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.Hosting.xml9
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.Mail.xml9
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.Management.xml8
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.Profile.xml15
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.Security.xml13
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.SessionState.xml9
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.UI.Adapters.xml13
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.UI.HtmlControls.xml9
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.Adapters.xml13
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.WebParts.xml8
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.xml9
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.UI.xml10
-rw-r--r--mcs/class/System.Web/Documentation/en/ns-System.Web.Util.xml9
18 files changed, 127 insertions, 50 deletions
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.Caching.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.Caching.xml
index d00f3f31715..a99de1b138e 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.Caching.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.Caching.xml
@@ -1,10 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.Caching" FullName="System.Web.Caching" FullNameSP="System.Web.Caching" Maintainer="Mono">
<Docs>
<summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.Caching" /> namespace provides classes for caching frequently used data on the server. </para>
</summary>
<remarks>
- <para>
- </para>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>This namespace includes the <see cref="T:System.Web.Caching.Cache" /> class, a dictionary that enables you to store data objects such as hash tables and data sets. It also provides expiration functionality for those objects, and methods that enable you to add and remove the objects. You can add the objects to the cache with a dependency on other files or cache entries. In that case, the <see cref="T:System.Web.Caching.Cache" /> object can invoke a callback method to notify your application when an object is removed from the cache.</para>
</remarks>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.Compilation.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.Compilation.xml
index 6d752f08a96..e197849f696 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.Compilation.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.Compilation.xml
@@ -1,6 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.Compilation">
<Docs>
- <summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.Compilation" /> namespace contains classes for generating and compiling custom file types within the ASP.NET build environment.</para>
+ </summary>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.Configuration.Internal.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.Configuration.Internal.xml
index 82bd527bb97..898745475e0 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.Configuration.Internal.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.Configuration.Internal.xml
@@ -1,6 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.Configuration.Internal">
<Docs>
- <summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.Configuration.Internal" /> namespace contains configuration types intended for internal use only.</para>
+ </summary>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.Configuration.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.Configuration.xml
index 74746edba97..37ef8552b00 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.Configuration.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.Configuration.xml
@@ -1,10 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.Configuration" FullName="System.Web.Configuration" FullNameSP="System.Web.Configuration" Maintainer="Mono">
<Docs>
- <summary>
- </summary>
<remarks>
<para>
</para>
</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.Configuration" /> namespace contains classes that are used to set up ASP.NET configuration.</para>
+ </summary>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.Handlers.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.Handlers.xml
index c1a53b409b1..be912e919d4 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.Handlers.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.Handlers.xml
@@ -1,10 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.Handlers" FullName="System.Web.Handlers" FullNameSP="System.Web.Handlers" Maintainer="Mono">
<Docs>
- <summary>
- </summary>
<remarks>
<para>
</para>
</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.Handlers" /> namespace contains HTTP handler classes that process HTTP requests to a Web server.</para>
+ </summary>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.Hosting.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.Hosting.xml
index 2e5943331e6..c7259d19c6a 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.Hosting.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.Hosting.xml
@@ -1,10 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.Hosting" FullName="System.Web.Hosting" FullNameSP="System.Web.Hosting" Maintainer="Mono">
<Docs>
- <summary>
- </summary>
<remarks>
<para>
</para>
</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.Hosting" /> namespace provides the functionality for hosting ASP.NET applications from managed applications outside Microsoft Internet Information Services (IIS).</para>
+ </summary>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.Mail.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.Mail.xml
index cb1656f229d..cc027def7d8 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.Mail.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.Mail.xml
@@ -1,10 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.Mail" FullName="System.Web.Mail" FullNameSP="System.Web.Mail" Maintainer="Mono">
<Docs>
- <summary>
- </summary>
<remarks>
<para>
</para>
</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The classes in this namespace have been deprecated. Use the <see cref="N:System.Net.Mail" /> namespace instead. The <see cref="N:System.Web.Mail" /> namespace contains classes that enable you to construct and send messages using the CDOSYS (Collaboration Data Objects for Windows 2000) message component. The mail message is delivered either through the SMTP mail service built into Microsoft Windows 2000 or through an arbitrary SMTP server. The classes in this namespace can be used from ASP.NET or from any managed application.</para>
+ </summary>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.Management.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.Management.xml
index 51358b8d57b..71adaa3567f 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.Management.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.Management.xml
@@ -1,6 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.Management">
<Docs>
- <summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.Management" /> namespace contains classes and interfaces for managing and monitoring the health of Web applications.</para>
+ </summary>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.Profile.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.Profile.xml
index 8228721aef9..b92f3089eb2 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.Profile.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.Profile.xml
@@ -1,6 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.Profile">
<Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.Profile" /> namespace contains classes that are used to work with ASP.NET user profiles in Web server applications.</para>
+ </summary>
+ <remarks>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>ASP.NET profiles are used to store and retrieve user settings in a data source such as a database. Profile information and property values are managed by using a profile provider. Profile information can be stored in a Microsoft SQL Server database by using the <see cref="T:System.Web.Profile.SqlProfileProvider" /> class, or in a custom data source by using an implementation of the <see cref="T:System.Web.Profile.ProfileProvider" /> abstract class.</para>
+ <para>ASP.NET profiles are configured by using the <format type="text/html"><a href="ccb9bf3a-a044-464d-b89b-5cb5a3d389dd">profile</a></format> configuration section.</para>
+ <para>When an application starts that has profiles enabled, ASP.NET creates a new class of type ProfileCommon, which inherits from the <see cref="T:System.Web.Profile.ProfileBase" /> class. Strongly typed accessors are added to the ProfileCommon class for each property that is defined in the <format type="text/html"><a href="ccb9bf3a-a044-464d-b89b-5cb5a3d389dd">profile</a></format> configuration section. An instance of the ProfileCommon class is set as the value of the <see cref="P:System.Web.HttpContext.Profile" /> property of the current <see cref="T:System.Web.HttpContext" /> object. You can create a custom profile implementation that inherits from the <see cref="T:System.Web.Profile.ProfileBase" /> abstract class and that defines properties for the user profile that are not specified in the <format type="text/html"><a href="ccb9bf3a-a044-464d-b89b-5cb5a3d389dd">profile</a></format> configuration element.</para>
+ </remarks>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.Security.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.Security.xml
index 97a634fe050..105c3d97e8e 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.Security.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.Security.xml
@@ -1,10 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.Security" FullName="System.Web.Security" FullNameSP="System.Web.Security" Maintainer="Mono">
<Docs>
<summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.Security" /> namespace contains classes that are used to implement ASP.NET security in Web server applications.</para>
</summary>
<remarks>
- <para>
- </para>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="T:System.Web.Security.Membership" /> class is used by ASP.NET applications to validate user credentials and manage user settings such as passwords and e-mail addresses. The <see cref="T:System.Web.Security.Roles" /> class enables you to manage authorization for your application based on groups of users assigned to roles in the Web application. </para>
+ <para>Both the <see cref="T:System.Web.Security.Membership" /> class and the <see cref="T:System.Web.Security.Roles" /> class work with providers, classes that access your application's data store to retrieve membership and role information. Membership and role information can be stored in a Microsoft SQL Server database using the <see cref="T:System.Web.Security.SqlMembershipProvider" /> and <see cref="T:System.Web.Security.SqlRoleProvider" /> classes; in an Active Directory using the <see cref="T:System.Web.Security.ActiveDirectoryMembershipProvider" /> and <see cref="T:System.Web.Security.AuthorizationStoreRoleProvider" /> classes, or in a custom data source using implementations of the <see cref="T:System.Web.Security.MembershipProvider" /> and <see cref="T:System.Web.Security.RoleProvider" /> classes.</para>
+ <para>You configure ASP.NET membership using the <format type="text/html"><a href="b9c1ee8f-33ca-4361-8666-b42a0fe86049">membership Element (ASP.NET Settings Schema)</a></format>. When an application using membership is accessed, ASP.NET creates an instance of the <see cref="T:System.Web.Security.Membership" /> class that you can use to query membership information. Provider-specific implementations of the <see cref="T:System.Web.Security.MembershipUser" /> class contain information about the user accessing the page. You can create custom implementations of the <see cref="T:System.Web.Security.MembershipUser" /> class for your application.</para>
+ <para>You configure ASP.NET roles using the <format type="text/html"><a href="4b0f6078-4824-4fc8-a5ee-4ae00ee3ceec">roleManager Element (ASP.NET Settings Schema)</a></format>. ASP.NET creates an instance of the <see cref="T:System.Web.Security.Roles" /> class that contains information about the role membership of the current user. </para>
+ <para>ASP.NET provides server controls that interact with the <see cref="T:System.Web.Security.Membership" /> class and the <see cref="T:System.Web.Security.Roles" /> class. The <see cref="T:System.Web.UI.WebControls.Login" />, <see cref="T:System.Web.UI.WebControls.CreateUserWizard" />, and <see cref="T:System.Web.UI.WebControls.ChangePassword" /> controls work with the <see cref="T:System.Web.Security.Membership" /> class to simplify creating an authenticated Web application, and the <see cref="T:System.Web.UI.WebControls.LoginView" /> control uses role-specific templates to customize Web pages for specific groups of users.</para>
</remarks>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.SessionState.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.SessionState.xml
index 21ac03a1900..4dd60da5eb2 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.SessionState.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.SessionState.xml
@@ -1,10 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.SessionState" FullName="System.Web.SessionState" FullNameSP="System.Web.SessionState" Maintainer="Mono">
<Docs>
<summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.SessionState" /> namespace supplies classes and interfaces that enable storage of data specific to a single client within a Web application on the server. The session-state data is used to give the client the appearance of a persistent connection with the application. State information can be stored within local process memory or, for Web farm configurations, it can be stored out of process using either the ASP.NET State service or a Microsoft SQL Server database.</para>
</summary>
<remarks>
- <para>
- </para>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Session state can be used with clients that do not support cookies. ASP.NET can be configured to encode a session ID in the URL string that is transmitted between the client and the server.</para>
</remarks>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.Adapters.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.Adapters.xml
index b9ccbced3b0..45f84d106c2 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.Adapters.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.Adapters.xml
@@ -1,6 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.UI.Adapters">
<Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.UI.Adapters" /> namespace contains the base classes for control adapters and page adapters. You can use these adapters to override the life-cycle states of pages and controls. This is useful if you want to modify a control's markup or behavior for new markup standards or for specific browsers.</para>
+ </summary>
+ <remarks>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="T:System.Web.UI.WebControls.Adapters.WebControlAdapter" /> class inherits from the <see cref="T:System.Web.UI.Adapters.ControlAdapter" /> class. The <see cref="T:System.Web.UI.WebControls.Adapters.DataBoundControlAdapter" /> and <see cref="T:System.Web.UI.WebControls.Adapters.MenuAdapter" /> classes inherit from the <see cref="T:System.Web.UI.WebControls.Adapters.WebControlAdapter" /> class.</para>
+ </remarks>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.HtmlControls.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.HtmlControls.xml
index 641767da810..d20895d1dfb 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.HtmlControls.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.HtmlControls.xml
@@ -1,10 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.UI.HtmlControls" FullName="System.Web.UI.HtmlControls" FullNameSP="System.Web.UI.HtmlControls" Maintainer="Mono">
<Docs>
- <summary>
- </summary>
<remarks>
<para>
</para>
</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.UI.HtmlControls" /> namespace contains classes that allow you to create HTML server controls on a Web Forms page. HTML server controls run on the server and map directly to standard HTML tags supported by most browsers. This allows you to programmatically control the HTML elements on a Web Forms page.</para>
+ </summary>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.Adapters.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.Adapters.xml
index d9b79fa95e1..8a68a760ed2 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.Adapters.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.Adapters.xml
@@ -1,6 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.UI.WebControls.Adapters">
<Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.UI.WebControls.Adapters" /> namespace contains classes that you can use to override the life-cycle stages of a Web control. The classes enable you to modify a control's markup or behavior for new markup standards or for specific browsers.</para>
+ </summary>
+ <remarks>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="T:System.Web.UI.WebControls.Adapters.WebControlAdapter" /> class is inherited by <see cref="T:System.Web.UI.WebControls.Adapters.MenuAdapter" /> and <see cref="T:System.Web.UI.WebControls.Adapters.DataBoundControlAdapter" /> classes. </para>
+ </remarks>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.WebParts.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.WebParts.xml
index 663685f8b6a..53351db0276 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.WebParts.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.WebParts.xml
@@ -1,6 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.UI.WebControls.WebParts">
<Docs>
- <summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.UI.WebControls.WebParts" /> namespace contains classes and interfaces known collectively as the Web Parts control set. You can use these classes to create Web pages whose appearance and behavior can be modified (personalized) by end users. Each user's personalized settings for a page are saved for future browser sessions.</para>
+ </summary>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.xml
index 171c152e7ea..e7ce1d19e5b 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.WebControls.xml
@@ -1,10 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.UI.WebControls" FullName="System.Web.UI.WebControls" FullNameSP="System.Web.UI.WebControls" Maintainer="Mono">
<Docs>
<summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.UI.WebControls" /> namespace contains classes that allow you to create Web server controls on a Web page. Web server controls run on the server and include form controls such as buttons and text boxes. They also include special-purpose controls such as a calendar. Because Web server controls run on the server, you can programmatically control these elements. Although Web server controls are rendered as HTML, their object model does not necessarily reflect HTML syntax.</para>
</summary>
<remarks>
- <para>
- </para>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.UI.WebControls" /> namespace contains classes that are rendered as HTML tags, such as the <see cref="T:System.Web.UI.WebControls.TextBox" /> control and the <see cref="T:System.Web.UI.WebControls.ListBox" /> control. The namespace also contains classes that are not rendered on the Web page, but support data operations, such as the <see cref="T:System.Web.UI.WebControls.SqlDataSource" /> and <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> classes. Other controls, such as the <see cref="T:System.Web.UI.WebControls.GridView" /> and <see cref="T:System.Web.UI.WebControls.DetailsView" /> controls, support data display and editing. The <see cref="T:System.Web.UI.WebControls.WebControl" /> class serves as the base class for many of the classes in the <see cref="N:System.Web.UI.WebControls" /> namespace.</para>
</remarks>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.xml
index b8eedb9df55..eed15023cb8 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.UI.xml
@@ -1,10 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="" FullName="" FullNameSP="" Maintainer="Mono">
<Docs>
<summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <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>
</summary>
<remarks>
- <para>
- </para>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <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>
+ <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>
</remarks>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Web/Documentation/en/ns-System.Web.Util.xml b/mcs/class/System.Web/Documentation/en/ns-System.Web.Util.xml
index f5a46773b2b..0a88f2a01b2 100644
--- a/mcs/class/System.Web/Documentation/en/ns-System.Web.Util.xml
+++ b/mcs/class/System.Web/Documentation/en/ns-System.Web.Util.xml
@@ -1,10 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Web.Util" FullName="System.Web.Util" FullNameSP="System.Web.Util" Maintainer="Mono">
<Docs>
- <summary>
- </summary>
<remarks>
<para>
</para>
</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Web.Util" /> namespace is a collection of classes that enable callback methods to be run under the scope of a transaction and that enable work to be posted to separate threads.</para>
+ </summary>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file