Format fix for IsEnvironment (#18462)
parent
35817106a3
commit
a35bfceabe
|
@ -72,7 +72,7 @@ The following convenience extension methods permit checking the current environm
|
|||
* `IsDevelopment()`
|
||||
* `IsProduction()`
|
||||
* `IsStaging()`
|
||||
* `IsEnvironment("{ENVIRONMENT NAME}")
|
||||
* `IsEnvironment("{ENVIRONMENT NAME}")`
|
||||
|
||||
```csharp
|
||||
if (builder.HostEnvironment.IsStaging())
|
||||
|
|
Loading…
Reference in New Issue