You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Net.Http/MultipartContent.xml
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -53,13 +53,8 @@
53
53
<Docs>
54
54
<summary>Provides a collection of <seecref="T:System.Net.Http.HttpContent" /> objects that get serialized using the multipart/* content type specification.</summary>
55
55
<remarks>
56
-
<formattype="text/markdown"><![CDATA[
57
-
58
-
## Remarks
59
-
Multipart messages must contain one or more body parts. When a <xref:System.Net.Http.MultipartContent> instance with zero parts is serialized, it's written as a single empty part with no content headers or message body.
60
-
If your server does not support such contents with zero parts, consider conditionally using a different or no `HttpContent`.
61
-
62
-
]]></format>
56
+
Multipart messages must contain one or more body parts. When a <seecref="T:System.Net.Http.MultipartContent" /> instance with zero parts is serialized, it's written as a single empty part with no content headers or message body.
57
+
If your server doesn't support such contents with zero parts, consider conditionally using a different <seecref="T:System.Net.Http.HttpContent" /> type or no <seecref="T:System.Net.Http.HttpContent" />.
0 commit comments