Update authorship of Web Host topic (#14853)

pull/14854/head
Luke Latham 2019-10-05 19:40:46 -05:00 committed by GitHub
parent dd2c8d47d2
commit cfcd3fdca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
title: ASP.NET Core Web Host
author: guardrex
author: rick-anderson
description: Learn about Web Host in ASP.NET Core, which is responsible for app startup and lifetime management.
ms.author: riande
ms.custom: mvc
@ -9,8 +9,6 @@ uid: fundamentals/host/web-host
---
# ASP.NET Core Web Host
By [Luke Latham](https://github.com/guardrex)
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.
::: moniker range=">= aspnetcore-3.0"