Skip to content

Commit cfcd3fd

Browse files
authored
Update authorship of Web Host topic (dotnet#14853)
1 parent dd2c8d4 commit cfcd3fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

aspnetcore/fundamentals/host/web-host.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: ASP.NET Core Web Host
3-
author: guardrex
3+
author: rick-anderson
44
description: Learn about Web Host in ASP.NET Core, which is responsible for app startup and lifetime management.
55
ms.author: riande
66
ms.custom: mvc
@@ -9,8 +9,6 @@ uid: fundamentals/host/web-host
99
---
1010
# ASP.NET Core Web Host
1111

12-
By [Luke Latham](https://github.com/guardrex)
13-
1412
ASP.NET Core apps configure and launch a *host*. The host is responsible for app startup and lifetime management. At a minimum, the host configures a server and a request processing pipeline. The host can also set up logging, dependency injection, and configuration.
1513

1614
::: moniker range=">= aspnetcore-3.0"

0 commit comments

Comments
 (0)