Monday, 9 October 2017

How do you implement a generic action in WebAPI?

It’s not possible, as the WebAPI runtime needs to know the method signatures in advance.

No comments:

Post a Comment

React Hooks - custom Hook

  v CustomHook Ø React allows us to create our own hook which is known as custom hook. Example – 1 localStorage Demo Step-1 Create ...