Resolves issue with rendering back-office media selections when synchronous IO is not allowed.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user