pull/23574/head
Luke Latham 2021-10-20 11:40:41 -05:00 committed by GitHub
parent ee15002c23
commit 173600213e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -811,8 +811,6 @@ Prerendering content that requires authentication and authorization isn't curren
For the client (**`Client`**) app's `Program.cs`, factor common service registrations into a separate method (for example, `ConfigureCommonServices`). Common services are those that the developer registers for use by both the client and server (**`Server`**) apps. For the client (**`Client`**) app's `Program.cs`, factor common service registrations into a separate method (for example, `ConfigureCommonServices`). Common services are those that the developer registers for use by both the client and server (**`Server`**) apps.
``:
```csharp ```csharp
public static void ConfigureCommonServices(IServiceCollection services) public static void ConfigureCommonServices(IServiceCollection services)
{ {