MultipartSection
MultipartSection()
BaseStreamOffset
Body
ContentDisposition
ContentType
Headers
AsFileSection(MultipartSection)
AsFormDataSection(MultipartSection)
GetContentDispositionHeader(MultipartSection)
ReadAsStringAsync(MultipartSection)
ReadAsStringAsync(MultipartSection, CancellationToken)
net10.0
namespace Microsoft.AspNetCore.WebUtilities
{
public static class MultipartSectionStreamExtensions
{
[AsyncStateMachine(typeof(<ReadAsStringAsync>d__1))]
public static ValueTask<string!> ReadAsStringAsync(this MultipartSection! section, CancellationToken cancellationToken);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| Design Reviews |
|
| .NET | 7.08.09.010.0 |
Information specific to net10.0 | |
| Assembly | Microsoft.AspNetCore.WebUtilities , Version=10.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Requires any:
|
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API