0
merlop created
Hey! How can I change the method of the application services from the standart POST to GET? Simple [HttpGet] attribute is not working T_T
3 Answer(s)
-
0
Hi,
Application layer is independed from web api layer. So, you can not use Web API attributes here. It currently supports only POST (See docs: <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Dynamic-Web-API#DocDynamicApi">http://www.aspnetboilerplate.com/Pages/ ... DynamicApi</a>). But in near future, we will implement Get, Delete and other Http verbs.
Dynamic web api layer is used to simple map application service methods to web api actions. You can use web api controllers as usual if you need custom web api actions.
Have an answer to this question?
Log in
and write your answer.