Browse Source

Update POST.md

pull/14793/head
liangshiwei 4 years ago
parent
commit
d3805c3c6f
  1. 2
      docs/en/Community-Articles/2022-11-23-Signalr-client-results/POST.md

2
docs/en/Community-Articles/2022-11-23-Signalr-client-results/POST.md

@ -47,7 +47,7 @@ connection.on("GetMessage", function () {
## Strongly-typed hubs
We can use strongly-typed instead of `InvokeAsync` by inheriting from `AbpHub<T>` or `Hub<t>`:
We can use strongly-typed instead of `InvokeAsync` by inheriting from `AbpHub<T>` or `Hub<T>`:
```csharp
public interface IClient

Loading…
Cancel
Save