|
55 | 55 | <Docs>
|
56 | 56 | <summary>Represents the value of the Content-Disposition header.</summary>
|
57 | 57 | <remarks>
|
58 |
| - <format type="text/markdown"><![CDATA[ |
59 |
| - |
60 |
| -## Remarks |
61 |
| - The Content-Disposition header is normally used for working with file uploads and downloads. The format differs from other headers in that it is a single header with a disposition type followed by a list of parameters, some of which are well defined. |
62 |
| - |
63 |
| - This header is used in two different contexts: |
64 |
| - |
65 |
| -1. A MIME header for nested body content in the <xref:System.Net.Http.MultipartFormDataContent> class. For more information, see IETF RFC 2183. |
66 |
| - |
67 |
| -2. An HTTP header in <xref:System.Net.Http.Headers.HttpContentHeaders> class. For more information, see IETF RFC 6266. |
68 |
| - |
| 58 | + <format type="text/markdown"><![CDATA[ |
| 59 | +
|
| 60 | +## Remarks |
| 61 | + The Content-Disposition header is normally used for working with file uploads and downloads. The format differs from other headers in that it is a single header with a disposition type followed by a list of parameters, some of which are well defined. |
| 62 | +
|
| 63 | + This header is used in two different contexts: |
| 64 | +
|
| 65 | +1. A MIME header for nested body content in the <xref:System.Net.Http.MultipartFormDataContent> class. For more information, see IETF RFC 2183. |
| 66 | +
|
| 67 | +2. An HTTP header in <xref:System.Net.Http.Headers.HttpContentHeaders> class. For more information, see IETF RFC 6266. |
| 68 | +
|
69 | 69 | ]]></format>
|
70 | 70 | </remarks>
|
71 | 71 | </Docs>
|
|
234 | 234 | <summary>The disposition type for a content body part.</summary>
|
235 | 235 | <value>The disposition type.</value>
|
236 | 236 | <remarks>
|
237 |
| - <format type="text/markdown"><![CDATA[ |
238 |
| - |
239 |
| -## Remarks |
240 |
| - A body part should be marked with a <xref:System.Net.Http.Headers.ContentDispositionHeaderValue.DispositionType%2A> property of "inline" if it is intended to be displayed automatically upon display of the message. A body part can be designated with a <xref:System.Net.Http.Headers.ContentDispositionHeaderValue.DispositionType%2A> property of "attachment" to indicate that they are separate from the main body of the HTTP request or response. |
241 |
| - |
| 237 | + <format type="text/markdown"><![CDATA[ |
| 238 | +
|
| 239 | +## Remarks |
| 240 | + A body part should be marked with a <xref:System.Net.Http.Headers.ContentDispositionHeaderValue.DispositionType%2A> property of "inline" if it is intended to be displayed automatically upon display of the message. A body part can be designated with a <xref:System.Net.Http.Headers.ContentDispositionHeaderValue.DispositionType%2A> property of "attachment" to indicate that they are separate from the main body of the HTTP request or response. |
| 241 | +
|
242 | 242 | ]]></format>
|
243 | 243 | </remarks>
|
244 | 244 | </Docs>
|
|
329 | 329 | <summary>A suggestion for how to construct a filename for storing the message payload to be used if the entity is detached and stored in a separate file.</summary>
|
330 | 330 | <value>A suggested filename.</value>
|
331 | 331 | <remarks>
|
332 |
| - <format type="text/markdown"><![CDATA[ |
333 |
| - |
334 |
| -## Remarks |
335 |
| - The <xref:System.Net.Http.Headers.ContentDispositionHeaderValue.FileName%2A> property uses MIME encoding for non-ascii characters. |
336 |
| - |
| 332 | + <format type="text/markdown"><![CDATA[ |
| 333 | +
|
| 334 | +## Remarks |
| 335 | + The <xref:System.Net.Http.Headers.ContentDispositionHeaderValue.FileName%2A> property uses MIME encoding for non-ascii characters. |
| 336 | +
|
337 | 337 | ]]></format>
|
338 | 338 | </remarks>
|
339 | 339 | </Docs>
|
|
374 | 374 | <summary>A suggestion for how to construct filenames for storing message payloads to be used if the entities are detached and stored in a separate files.</summary>
|
375 | 375 | <value>A suggested filename of the form filename*.</value>
|
376 | 376 | <remarks>
|
377 |
| - <format type="text/markdown"><![CDATA[ |
378 |
| - |
379 |
| -## Remarks |
380 |
| - The <xref:System.Net.Http.Headers.ContentDispositionHeaderValue.FileNameStar%2A> property uses IETF RFC 5987 encoding. The <xref:System.Net.Http.Headers.ContentDispositionHeaderValue.FileName%2A> and <xref:System.Net.Http.Headers.ContentDispositionHeaderValue.FileNameStar%2A> properties differ only in that <xref:System.Net.Http.Headers.ContentDispositionHeaderValue.FileNameStar%2A> uses the encoding defined in IETF RFC 5987, allowing the use of characters not present in the ISO-8859-1 character set. |
381 |
| - |
| 377 | + <format type="text/markdown"><![CDATA[ |
| 378 | +
|
| 379 | +## Remarks |
| 380 | + The <xref:System.Net.Http.Headers.ContentDispositionHeaderValue.FileNameStar%2A> property uses IETF RFC 5987 encoding. The <xref:System.Net.Http.Headers.ContentDispositionHeaderValue.FileName%2A> and <xref:System.Net.Http.Headers.ContentDispositionHeaderValue.FileNameStar%2A> properties differ only in that <xref:System.Net.Http.Headers.ContentDispositionHeaderValue.FileNameStar%2A> uses the encoding defined in IETF RFC 5987, allowing the use of characters not present in the ISO-8859-1 character set. |
| 381 | +
|
382 | 382 | ]]></format>
|
383 | 383 | </remarks>
|
384 | 384 | </Docs>
|
|
419 | 419 | <summary>Serves as a hash function for an <see cref="T:System.Net.Http.Headers.ContentDispositionHeaderValue" /> object.</summary>
|
420 | 420 | <returns>A hash code for the current object.</returns>
|
421 | 421 | <remarks>
|
422 |
| - <format type="text/markdown"><![CDATA[ |
423 |
| - |
424 |
| -## Remarks |
425 |
| - A hash code is a numeric value that is used to identify an object during equality testing. It can also serve as an index for an object in a collection. |
426 |
| - |
427 |
| - The <xref:System.Net.Http.Headers.ContentDispositionHeaderValue> method is suitable for use in hashing algorithms and data structures such as a hash table. |
428 |
| - |
| 422 | + <format type="text/markdown"><![CDATA[ |
| 423 | +
|
| 424 | +## Remarks |
| 425 | + A hash code is a numeric value that is used to identify an object during equality testing. It can also serve as an index for an object in a collection. |
| 426 | +
|
| 427 | + The <xref:System.Net.Http.Headers.ContentDispositionHeaderValue> method is suitable for use in hashing algorithms and data structures such as a hash table. |
| 428 | +
|
429 | 429 | ]]></format>
|
430 | 430 | </remarks>
|
431 | 431 | </Docs>
|
|
462 | 462 | <ReturnType>System.Nullable<System.DateTimeOffset></ReturnType>
|
463 | 463 | </ReturnValue>
|
464 | 464 | <Docs>
|
465 |
| - <summary>The date at which the file was last modified.</summary> |
| 465 | + <summary>The date when the file was last modified.</summary> |
466 | 466 | <value>The file modification date.</value>
|
467 | 467 | <remarks>To be added.</remarks>
|
468 | 468 | </Docs>
|
|
0 commit comments