About 2,500,000,000 results
Open links in new tab
  1. Return File in ASP.NET Core Web API - Code Maze

    Apr 4, 2024 · In this article, we are going to learn how to return a file in an ASP.NET Core Web API and some concepts behind it. That said, we are going to implement a simple Web API to …

  2. c# - Return file in ASP.Net Core Web API - Stack Overflow

    Apr 4, 2017 · Problem I want to return a file in my ASP.Net Web API Controller, but all my approaches return the HttpResponseMessage as JSON. Code so far

  3. Action Return Types in ASP.NET Core Web API

    In this article, I am going to discuss the different Controller Action Method Return Types in ASP.NET Core Web API Application with Examples.

  4. Setting a return value | NSubstitute

    The following examples relate to substituting for the following interface: public interface ICalculator { int Add(int a, int b); string Mode { get; set; } } For methods To set a return value for a method …

  5. What is “return” and what’s its use in roblox scripting?

    Jun 22, 2020 · Hey guys, so I have been searching for so much time, I have watched so many videos, read some articles, and I still don’t understand the point of the code “return” in a …

  6. C# Return Values - W3Schools

    Return Values In the previous page, we used the void keyword in all examples, which indicates that the method should not return a value. If you want the method to return a value, you can …

  7. Check if you need to file a tax return | Internal Revenue Service

    Jul 30, 2025 · Find out if you have to file a federal income tax return and why it may pay you to file even if you don’t have to.

  8. c# - Working with return url in asp.net core - Stack Overflow

    Aug 22, 2017 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …

  9. SQL RETURN and SQL OUTPUT clause in Stored Procedures

    May 28, 2025 · In this article, we look at how to use RETURN and OUTPUT in a SQL Server stored procedure to get a return value after execution.

  10. explicit-function-return-type - typescript-eslint

    Functions in TypeScript often don't need to be given an explicit return type annotation. Leaving off the return type is less code to read or write and allows the compiler to infer it from the contents …