Method GetFormContentAsync
GetFormContentAsync(CancellationToken)
Asynchronously reads the request body and extracts form data parameters from it.
public Task<StringKeyStoreCollection> GetFormContentAsync(CancellationToken cancellation = default)
Parameters
cancellation
CancellationTokenA CancellationToken to cancel the asynchronous operation.