Skip to content

Commit e1aa65a

Browse files
guardrexCopilot
andauthored
Update aspnetcore/blazor/call-web-api.md
Co-authored-by: Copilot <[email protected]>
1 parent eb3de4d commit e1aa65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/call-web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ An <xref:System.Net.Http.HttpRequestMessage> without a body doesn't require expl
366366
using var request = new HttpRequestMessage(...);
367367
```
368368
369-
* [`using` block (all C# releases)](https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/using):
369+
* [`using` block (all C# releases)](/dotnet/csharp/language-reference/keywords/using):
370370
371371
```csharp
372372
using (var request = new HttpRequestMessage(...))

0 commit comments

Comments
 (0)