Urls: /X?take=1&skip=4
[GET("X/{request:alpha?}", IsAbsoluteUrl = true)]
[GET("X{request:alpha?}", IsAbsoluteUrl = true)]
[GET("X{request:alpha*}", IsAbsoluteUrl = true)]
does not work.
|
Urls: /X?take=1&skip=4 [GET("X/{request:alpha?}", IsAbsoluteUrl = true)] [GET("X{request:alpha?}", IsAbsoluteUrl = true)] [GET("X{request:alpha*}", IsAbsoluteUrl = true)] does not work. |
|||
|
|
|
Because using POST Attribute is preventing to GET request handling. I was using both POST and GET. I've changed them to ROUTE. |
|||
|
|