AzureProjectsExtensions.UploadFormAsync(StorageServices, HttpRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Uploads a document to the storage service.
public static System.Threading.Tasks.Task UploadFormAsync(this Azure.Projects.StorageServices storage, Microsoft.AspNetCore.Http.HttpRequest multiPartFormData);
static member UploadFormAsync : Azure.Projects.StorageServices * Microsoft.AspNetCore.Http.HttpRequest -> System.Threading.Tasks.Task
<Extension()>
Public Function UploadFormAsync (storage As StorageServices, multiPartFormData As HttpRequest) As Task
Parameters
- storage
- StorageServices
- multiPartFormData
- HttpRequest