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