Table of Contents

Method GetFormContentAsync

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

GetFormContentAsync(CancellationToken)

Asynchronously reads the request body and extracts form data parameters from it.

public Task<StringKeyStoreCollection> GetFormContentAsync(CancellationToken cancellation = default)

Parameters

cancellation CancellationToken

A CancellationToken to cancel the asynchronous operation.

Returns

Task<StringKeyStoreCollection>