1 write to Section
Microsoft.AspNetCore.WebUtilities (1)
FormMultipartSection.cs (1)
37
Section
= section;
2 references to Section
Microsoft.AspNetCore.WebUtilities (2)
FormMultipartSection.cs (2)
56
public Task<string> GetValueAsync() =>
Section
.ReadAsStringAsync();
64
=>
Section
.ReadAsStringAsync(cancellationToken);