From 2b298e81edc0c160aa6fba6b91759cde4308a60b Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Fri, 29 Dec 2023 07:00:19 -0500 Subject: [PATCH] Highlight placeholder line (#31318) --- aspnetcore/blazor/fundamentals/signalr.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/aspnetcore/blazor/fundamentals/signalr.md b/aspnetcore/blazor/fundamentals/signalr.md index ebe5fba1f03e..d6744f76cbea 100644 --- a/aspnetcore/blazor/fundamentals/signalr.md +++ b/aspnetcore/blazor/fundamentals/signalr.md @@ -751,7 +751,7 @@ Blazor Server: ``` -In the preceding example, the `{BLAZOR SCRIPT}` placeholder is the Blazor script path and file name. For the location of the script, see . +**In the preceding example, the `{BLAZOR SCRIPT}` placeholder is the Blazor script path and file name.** For the location of the script and the path to use, see . When creating a hub connection in a component, set the (default: 30 seconds) and (default: 15 seconds) on the . Set the (default: 15 seconds) on the built . The following example shows the assignment of default values: @@ -799,7 +799,7 @@ The following example for the `Pages/_Host.cshtml` file (Blazor Server, all vers ``` -In the preceding example, the `{BLAZOR SCRIPT}` placeholder is the Blazor script path and file name. For the location of the script, see . +**In the preceding example, the `{BLAZOR SCRIPT}` placeholder is the Blazor script path and file name.** For the location of the script and the path to use, see . When creating a hub connection in a component, set the (default: 30 seconds), (default: 15 seconds), and (default: 15 seconds) on the built . The following example shows the assignment of default values: @@ -880,7 +880,7 @@ Blazor Server: ``` -In the preceding example, the `{BLAZOR SCRIPT}` placeholder is the Blazor script path and file name. For the location of the script, see . +**In the preceding example, the `{BLAZOR SCRIPT}` placeholder is the Blazor script path and file name.** For the location of the script and the path to use, see . :::moniker range=">= aspnetcore-7.0" @@ -910,7 +910,7 @@ The default reconnection behavior requires the user to take manual action to ref ``` -In the preceding example, the `{BLAZOR SCRIPT}` placeholder is the Blazor script path and file name. For the location of the script, see . +**In the preceding example, the `{BLAZOR SCRIPT}` placeholder is the Blazor script path and file name.** For the location of the script and the path to use, see . Create the following `wwwroot/boot.js` file. @@ -1094,7 +1094,7 @@ Blazor Server: ``` -In the preceding example, the `{BLAZOR SCRIPT}` placeholder is the Blazor script path and file name. For the location of the script, see . +**In the preceding example, the `{BLAZOR SCRIPT}` placeholder is the Blazor script path and file name.** For the location of the script and the path to use, see . For more information on Blazor startup, see .