Skip to content

Commit 45fc75f

Browse files
MihaZupangewarren
andauthored
Update xml/System.Net.Http/MultipartContent.xml
Co-authored-by: Genevieve Warren <[email protected]>
1 parent fe5447f commit 45fc75f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

xml/System.Net.Http/MultipartContent.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,8 @@
5353
<Docs>
5454
<summary>Provides a collection of <see cref="T:System.Net.Http.HttpContent" /> objects that get serialized using the multipart/* content type specification.</summary>
5555
<remarks>
56-
<format type="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 <see cref="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 <see cref="T:System.Net.Http.HttpContent" /> type or no <see cref="T:System.Net.Http.HttpContent" />.
6358
</remarks>
6459
</Docs>
6560
<Members>

0 commit comments

Comments
 (0)