Skip to content

Commit f649de0

Browse files
authored
Surface JSON serialize content and version >=2.1 (dotnet#16217)
1 parent 19ea2b3 commit f649de0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

aspnetcore/fundamentals/http-requests.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
title: Make HTTP requests using IHttpClientFactory in ASP.NET Core
33
author: stevejgordon
44
description: Learn about using the IHttpClientFactory interface to manage logical HttpClient instances in ASP.NET Core.
5+
monikerRange: '>= aspnetcore-2.1'
56
ms.author: scaddie
67
ms.custom: mvc
7-
ms.date: 11/27/2019
8+
ms.date: 12/16/2019
89
uid: fundamentals/http-requests
910
---
1011
# Make HTTP requests using IHttpClientFactory in ASP.NET Core
@@ -351,6 +352,7 @@ In the following example:
351352
* [Use HttpClientFactory to implement resilient HTTP requests](/dotnet/standard/microservices-architecture/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests)
352353
* [Implement HTTP call retries with exponential backoff with HttpClientFactory and Polly policies](/dotnet/standard/microservices-architecture/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly)
353354
* [Implement the Circuit Breaker pattern](/dotnet/standard/microservices-architecture/implement-resilient-applications/implement-circuit-breaker-pattern)
355+
* [How to serialize and deserialize JSON in .NET](/dotnet/standard/serialization/system-text-json-how-to)
354356

355357
::: moniker-end
356358

@@ -655,7 +657,7 @@ In the following example:
655657

656658
::: moniker-end
657659

658-
::: moniker range="<= aspnetcore-2.1"
660+
::: moniker range="= aspnetcore-2.1"
659661

660662
By [Glenn Condron](https://github.com/glennc), [Ryan Nowak](https://github.com/rynowak), and [Steve Gordon](https://github.com/stevejgordon)
661663

0 commit comments

Comments
 (0)