Skip to content

Commit

Permalink
Revert "Some code blocks language referenced CSS (dotnet#581)" (dotne…
Browse files Browse the repository at this point in the history
…t#583)

This reverts commit 64e2eac.
  • Loading branch information
Rick-Anderson authored Feb 11, 2022
1 parent 64e2eac commit 8ea29c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ You can send messages to all of the members of a group or only specified members

- **All** connected clients in a specified group.

[!code-csharp[Main](working-with-groups/samples/sample3.css)]
[!code-css[Main](working-with-groups/samples/sample3.css)]
- All connected clients in a specified group **except the specified clients**, identified by connection ID.

[!code-csharp[Main](working-with-groups/samples/sample4.cs)]
- All connected clients in a specified group **except the calling client**.

[!code-csharp[Main](working-with-groups/samples/sample5.css)]
[!code-css[Main](working-with-groups/samples/sample5.css)]

<a id="storedatabase"></a>

Expand Down

0 comments on commit 8ea29c1

Please sign in to comment.