Buy Questpond's video subscriptions on
huge discount
.
Online: 1052
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
ASP.NET Web API
>
Loading ...
What is the use of IHttpActionResult And What Its Return Type in WebAPI ? [Resolved]
Posted by
Kasani007
under
ASP.NET Web API
on 12/22/2016 |
Points: 10
| Views : 1839 | Status :
[Member]
| Replies : 1
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
What is the use of IHttpActionResult And What Its Return Type in WebAPI ?
[Resolved]
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
A2H
on: 12/24/2016
[Member]
[MVP]
Silver
|
Points: 50
0
IHttpActionResult is a interface which defines an HttpResponseMessage factory. IHttpActionResult contains one any only one method called “ExecuteAsync”. This method will creates an HttpResponseMessage instance.
Return type for I HTTPActionResult is an
HTTP Response
Reference URL :
https://www.asp.net/web-api/overview/getting-started-with-aspnet-web-api/action-results
Thanks,
A2H
My Blog
Kasani007
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How white label Uber app clone can help you start a taxi business like Uber?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
Where can I found sample MVC projects to learn and improve skills
(1)
Extract a value from HTML string
(0)
Get only year part from date string in SQL server
(0)
django.template.exceptions.TemplateDoesNotExist: AlgoDash/index.html
(0)
How to find particular URL from within anchor tag using JavaScript or jQuery
(0)
How to handle 302 status (Moved temporalily)
(1)
More ...