Implemented interface member:
method
ReadFormAsync
Microsoft.AspNetCore.Http.Features.IFormFeature.ReadFormAsync(System.Threading.CancellationToken)
1 reference to ReadFormAsync
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
156
public Task<IFormCollection> ReadFormAsync() =>
ReadFormAsync
(CancellationToken.None);