Commit Graph

27 Commits (65748bdb4d37719bab7a437904173b870f05fec4)

Author SHA1 Message Date
Rick Anderson a5138e86e4
Update hubcontext.md (#20366) 2020-10-30 08:25:39 -10:00
Brennan 1b5acd224c
Fix Strongly type hubs docs (#20342) 2020-10-28 18:28:47 -07:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Luke Latham 1593030543
Blazor state management updates (#19287) 2020-08-05 13:46:24 -05:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Luke Latham 63d40f5602
SignalR naming consistency (#18759) 2020-06-12 15:55:07 -05:00
Casey Marquis bf1aca10ba
hubcontext.md: updates examples (#18284)
* Update hubcontext.md

Failing to call next causes bad things to happen. Better to leave it in the example.

* Update hubcontext.md

This shows how to access IHost for use outside of aspnetcore. ie integration with other dependency injection frameworks

* hubcontext.md: Move note back to original location.

* Update hubcontext.md

* Update aspnetcore/signalr/hubcontext.md

Co-authored-by: Brennan <brecon@microsoft.com>

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Brennan <brecon@microsoft.com>
2020-05-13 12:23:18 -10:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Scott Addie 9174ead0d3
Update aspnet org. links to reference the dotnet org. (#17077)
* Update aspnet org. links to reference the dotnet org.

* Update API ref links
2020-02-20 19:37:35 -06:00
Luke Latham 483b8f01ac Apply no-loc metadata for "SignalR" (#15675) 2019-11-12 13:40:34 -06:00
Luke Latham 217c6f3604 React to repo name change in repo links (#12152) 2019-04-24 14:04:39 -10:00
Tom Dykstra 05a3cd396c Assign SignalR docs to Brady (#10575) 2019-01-23 10:36:13 -10:00
Ahmed Yahia 7e53e1a380 Update hubcontext.md (#9547) 2018-11-14 10:25:28 -06:00
Ahmed Yahia 99747947f9 Fix constructor name in sample code (#9548) 2018-11-12 07:43:20 -08:00
Sean 'Doc' Rinehart 7a0805d6d9 Add a sample of a strongly-typed HubContext (#9277)
Fixes #8824
2018-11-01 14:18:56 -05:00
Tom Dykstra b6ba3d220c Table of Contents reorg (#9133)
* overview

* whats new to end

* fix migration node

* split fundamentals, move to end

* glob & loc, get started

* security node name

* security section

* azure, client-side, host

* several more sections

* redistribute tutorials

* proofread fixes

* move how to download section

* index files delete and redirect

* fix errors

* reorder some nodes

* scott feedback, flatten main tutorials node

* fix missed feedback items + other issues

* unflatten tutorials node

* move 'how to download'

* more tutorials node tweaks

* standardize view sample links

* db --> DB

* fix build error

* remove link from a parent node

* streamline node names

* xref links

* typos

* typo

* typos and revert some xref links

* scott feedback

* scott feedback

* feedback

* change node name

* safe storage-->protect
2018-10-26 18:34:40 -10:00
Tom Dykstra e8be8e6ed2
remove code formatting from headings 2018-10-11 10:00:01 -07:00
Andrew Stanton-Nurse 10f4d96f93 Fix sample snippet by adding async (#8480)
Noticed that this sample snippet doesn't have the `async` keyword or return a task in the middleware func, so it won't compile as-is. Added `async` since it's the easiest way to do this.
2018-09-10 12:22:25 -05:00
David Fowler dd507467f9
Fixed code sample (#8475)
Fixed code to retrieve the IHubContext from middleware
2018-09-10 07:28:11 -07:00
Luke Latham 232d345f9e
Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00
Scott Addie cb24febfda
Update author metadata fields to Tom (#7652)
Updates the `ms.author` and `author` metadata fields to Tom's user ID.
2018-07-16 15:09:39 -05:00
Scott Addie c82465de93
Update metadata for SignalR docs (#7118)
Addresses #6541 

Applies the metadata updates to the ASP.NET Core SignalR docs.
2018-06-18 16:05:13 -05:00
Scott Addie 667dd5e85a
Relocate SignalR Get Started doc to Tutorials ToC node (#7117)
* Relocate SignalR Get Started doc to Tutorials ToC node

* Add redirect entry

* Update SignalR tutorial ToC link title

* React to feedback
2018-06-18 15:39:53 -05:00
Scott Addie 0905e1799a
Add HubContext doc to SignalR ToC (#7112)
Add an entry to the SignalR ToC for the new HubContext doc.
2018-06-18 11:11:45 -05:00
Mikael Mengistu 9a02afc4b7 SignalR HubContext Doc (#7005)
* Starting SignalR HubContext doc

* +Sample +Edits

* some edits

* PR feedback

* edits

* + Table of Contents entry

* UE edit of SignalR HubContext doc (#7023)

* last couple pr comments

* IHubContext<T>

* PR comments

* edit

* updates

* pr comments

* pr comments

* Remove extra line
2018-06-18 10:56:40 -05:00