public static class FormFileExtensions { public static byte[] GetBytes(this IFormFile formFile) { using (var memoryStream= new ...
確定! 回上一頁