Skip to content

Commit d6d7a56

Browse files
committed
Updates
1 parent c6ad091 commit d6d7a56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aspnetcore/blazor/components/http-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: `IHttpContextAccessor`/`HttpContext` in ASP.NET Core Blazor apps
2+
title: IHttpContextAccessor/HttpContext in ASP.NET Core Blazor apps
33
author: guardrex
44
description: Learn about IHttpContextAccessor and HttpContext in Blazor.
55
monikerRange: '>= aspnetcore-8.0'

aspnetcore/fundamentals/http-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public class EmailController : Controller
191191

192192
## `IHttpContextAccessor`/`HttpContext` in Razor components (Blazor)
193193

194-
[!INCLUDE[](~/blazor/security/includes/httpcontext.md)]
194+
For more information, see <xref:blazor/components/httpcontext>.
195195

196196
:::moniker-end
197197

@@ -346,6 +346,6 @@ public class EmailController : Controller
346346

347347
## `IHttpContextAccessor`/`HttpContext` in Razor components (Blazor)
348348

349-
[!INCLUDE[](~/blazor/security/includes/httpcontext.md)]
349+
For more information, see <xref:blazor/components/httpcontext>.
350350

351351
:::moniker-end

0 commit comments

Comments
 (0)