Show / Hide Table of Contents

Class AbpFormFileExtensions

Inheritance
System.Object
AbpFormFileExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.AspNetCore.Http
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public static class AbpFormFileExtensions

Methods

GetAllBytes(IFormFile)

Declaration
public static byte[] GetAllBytes(this IFormFile file)
Parameters
Type Name Description
IFormFile file
Returns
Type Description
System.Byte[]

GetAllBytesAsync(IFormFile)

Declaration
public static Task<byte[]> GetAllBytesAsync(this IFormFile file)
Parameters
Type Name Description
IFormFile file
Returns
Type Description
System.Threading.Tasks.Task<System.Byte[]>
Back to top Powered by Volosoft