Skip to content

Commit 25fdc75

Browse files
authored
System.Web: Demote .NET Framework (dotnet#7457)
1 parent d98a905 commit 25fdc75

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

xml/ns-System.Web.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<Namespace Name="System.Web">
2-
<Docs><summary>Contains classes and interfaces that enable browser-server communication. This namespace
3-
includes 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; 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.</summary>
2+
<Docs>
3+
<summary>For <see href="/dotnet/api/system.web?view=net-6.0">.NET Core and .NET 5+</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>
48
<remarks>To be added.</remarks>
59
</Docs>
610
</Namespace>

0 commit comments

Comments
 (0)