mikoskinen / Blazor.AdaptiveCards

Adaptive Cards for Blazor
https://adaptivecardsblazor.com
MIT License
51 stars 20 forks source link

Modify SubmitHandler to support void methods #2

Closed mikoskinen closed 5 years ago

mikoskinen commented 5 years ago

Currently SubmitHandler requires that the method returns a Task. This could be made more flexible by allowing the usage of void in addition to Task.