python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I consume a FileContentResult returned from an .Net Core api inside a .Net WebApi?
I am trying something similar posted [here][1]
[1]: .Net Core Receive FileContentResult from one API to Another This is what I am trying and I think I am very close,just that not sure how to receive...
user2948533
Votes: 0
Answers: 0
Why is RestSharp RestClient ExecuteAsync<FileContentResult> returning *Data at the root level is invalid. Line 1, position 1.*?
I'm calling a microservice API using RestSharp with a POST message in a RestClient ExecuteAsync call for testing purposes. The data is coming back null and an error message is being returned as Data a...
BermudaLamb
Votes: 0
Answers: 1
How to download a file via an ActionResult method?
I have this controller endpoint where an form can be submitted, and
and in case a specific form is being is being used it should "autodownload" a file generated based on the input provided f...
I am not Fat
Votes: 0
Answers: 1
In .NET Core is there a specific way to prevent this file content log from being written as-is?
I'm using a JSON log sink which destructures complex properties. For some reason, Microsoft has this log built-in when you return a file content result from your controller action:
Executing {FileResu...
user15716642
Votes: 0
Answers: 0