Skip to content

Commit c2e98b1

Browse files
authored
Simplify summary in ns-System.Web.xml
Removed detailed summary for System.Web namespace.
1 parent edd91ec commit c2e98b1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

xml/ns-System.Web.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<Namespace Name="System.Web">
22
<Docs>
3-
<summary>For <see href="/dotnet/api/system.web?view=net-6.0">.NET</see>, this namespace contains the <see cref="T:System.Web.HttpUtility" /> class.
4-
5-
For <see href="/dotnet/api/system.web?view=netframework-4.8">.NET Framework</see>, this namespace contains classes and interfaces that enable browser-server communication. These classes include the <see cref="T:System.Web.HttpRequest" /> class, which provides extensive information about the current HTTP request; the <see cref="T:System.Web.HttpResponse" /> class, which manages HTTP output to the client;
6-
and the <see cref="T:System.Web.HttpServerUtility" /> class, which provides access to server-side utilities and processes. <see cref="N:System.Web" /> also includes classes for cookie manipulation, file transfer, exception information, and output cache control in .NET Framework.
7-
</summary>
3+
<summary>This namespace contains the <see cref="T:System.Web.HttpUtility" /> class.</summary>
84
<remarks>To be added.</remarks>
95
</Docs>
106
</Namespace>

0 commit comments

Comments
 (0)