Update configuration.md (#22264)
parent
c0162c1981
commit
59c9c4f346
|
@ -25,7 +25,7 @@ As an example, to configure the serializer to not change the casing of property
|
||||||
```csharp
|
```csharp
|
||||||
services.AddSignalR()
|
services.AddSignalR()
|
||||||
.AddJsonProtocol(options => {
|
.AddJsonProtocol(options => {
|
||||||
options.PayloadSerializerOptions.PropertyNamingPolicy = null
|
options.PayloadSerializerOptions.PropertyNamingPolicy = null;
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue