Resolves issue with rendering back-office media selections when synchronous IO is not allowed.

This commit is contained in:
Andy Butland
2020-08-28 11:54:36 +02:00
parent cbe06e11b2
commit b1f6fb914f
3 changed files with 9 additions and 7 deletions

View File

@@ -78,8 +78,6 @@ namespace Umbraco.Extensions
request.Body.Seek(0, SeekOrigin.Begin);
return result;
}
}
public static async Task<string> GetRawBodyStringAsync(this HttpRequest request, Encoding encoding = null)