3.3.2 Question
Multiple Choice
You have written a shareware application and want to sell it on your personal website. You are considering various approaches for distributing the application after users purchase it. Which of the following is the best approach?
- A. Use the FileResult action result to initiate the file download.
- B. Convert the application to an encoded string and provide it for download through the ContentResult.
- C. Create a view or partial view that contains an action link to a route in which the user can download the file.
- D. Create an email containing a link to a route from which the user can download the file.