Commit Graph

5 Commits (21bf777248d60500c73ea73960c33c515df138cb)

Author SHA1 Message Date
Brennan 1b5acd224c
Fix Strongly type hubs docs (#20342) 2020-10-28 18:28:47 -07:00
Andrew Stanton-Nurse 0dfa5e0723 updates to hubs document (#9501)
fixes #9497 as well

Some updates that came up as I was writing #9455 but didn't fit there.

[Internal Review Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/hubs?view=aspnetcore-2.1&branch=pr-en-us-9501)
2018-11-12 15:53:53 -06:00
Kevin Griffin 61fdb712c6 Implements #8505 Hub<T> section for signalr/hubs.md (#8508)
Fixes #8505 

Added the section to signalr/hubs.md for Hub<T>.  Added a refactored version of `ChatHub` to use an interface instead of `SendAsync`.  

Any feedback is greatly appreciated!  My first PR to docs!
2018-09-13 09:24:03 -05:00
Andrew Stanton-Nurse 8003dbbaca Update existing SignalR Docs to RC1 (#6249)
* Update SignalR Getting Started to RC1

* update the rest of the docs

* remove unnecessary scripts

* nudge the ranges

* update Startup.cs
2018-05-07 09:17:28 -10:00
Rachel Appel 084cdbf3f0
added full code sample (#6158)
* added full code sample

* fix
2018-05-01 18:24:32 -04:00