0
Goontech created
Is it possible to return only byte[] and exclude the other ABP json wrapping fields.? On client byte[] data = Convert.FromBase64String(response.result);
Is it possible to have only byte[] in api response not the extra ABP specific fileds(i.e. targetUrl , unAuthorizedRequest, _abp ...)
so could able to consume from client like.. byte[] data = Convert.FromBase64String(response.DataAsText); byte[] data = response.Data;
1 Answer(s)
-
0
Hi,
You can use DontWrapResult attribute, see https://aspnetboilerplate.com/Pages/Documents/AspNet-Core#result-filter