Fix code language (#23972)

pull/23974/head
Luke Latham 2021-11-18 04:43:35 -06:00 committed by GitHub
parent 79f9ed86da
commit c9f6d1bf34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ Inject an <xref:Microsoft.Extensions.Logging.ILoggerProvider> to add a `WebAssem
Add the namespace for <xref:Microsoft.Extensions.Logging?displayProperty=fullName> and inject an <xref:Microsoft.Extensions.Logging.ILoggerProvider> into the component:
```csharp
```razor
@using Microsoft.Extensions.Logging
@inject ILoggerProvider LoggerProvider
```
@ -129,7 +129,7 @@ Inject an <xref:Microsoft.Extensions.Logging.ILoggerProvider> to add a `WebAssem
Add the namespace for <xref:Microsoft.Extensions.Logging?displayProperty=fullName> and inject an <xref:Microsoft.Extensions.Logging.ILoggerProvider> into the component:
```csharp
```razor
@using Microsoft.Extensions.Logging
@inject ILoggerProvider LoggerProvider
```
@ -209,7 +209,7 @@ Inject an <xref:Microsoft.Extensions.Logging.ILoggerProvider> to add a `WebAssem
Add the namespace for <xref:Microsoft.Extensions.Logging?displayProperty=fullName> and inject an <xref:Microsoft.Extensions.Logging.ILoggerProvider> into the component:
```csharp
```razor
@using Microsoft.Extensions.Logging
@inject ILoggerProvider LoggerProvider
```