Change Browser Link link (#9933)

pull/9937/head
Luke Latham 2018-12-10 12:35:40 -06:00 committed by GitHub
parent 683243bae6
commit e780e6e101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ title: Migrate from ASP.NET to ASP.NET Core
author: isaac2004
description: Receive guidance for migrating existing ASP.NET MVC or Web API apps to ASP.NET Core.web
ms.author: scaddie
ms.date: 08/27/2017
ms.date: 12/10/2018
uid: migration/proper-to-2x/index
---
# Migrate from ASP.NET to ASP.NET Core
@ -60,7 +60,7 @@ ASP.NET Core uses a similar approach, but doesn't rely on OWIN to handle the ent
`Startup` must include a `Configure` method. In `Configure`, add the necessary middleware to the pipeline. In the following example (from the default web site template), several extension methods are used to configure the pipeline with support for:
* [BrowserLink](http://vswebessentials.com/features/browserlink)
* [Browser Link](xref:client-side/using-browserlink)
* Error pages
* Static files
* ASP.NET Core MVC