From 968ef5ecbff30ff82001de9f8640235f9c217b8b Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Mon, 31 Oct 2016 19:57:56 -1000 Subject: [PATCH] remove ? from meta-data (#2045) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an optional extended description… --- aspnetcore/tutorials/first-web-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/tutorials/first-web-api.md b/aspnetcore/tutorials/first-web-api.md index 8ac5628b56..6f16c1b33f 100644 --- a/aspnetcore/tutorials/first-web-api.md +++ b/aspnetcore/tutorials/first-web-api.md @@ -1,4 +1,4 @@ ---- +--- title: Building Your First Web API with ASP.NET Core MVC and Visual Studio author: rick-anderson ms.author: riande @@ -7,7 +7,7 @@ ms.date: 10/14/2016 ms.topic: article ms.assetid: 830b4af5-ed14-423e-9f59-764a6f13a8f6 ms.prod: aspnet-core -uid: tutorials/first-web-api +uid: tutorials/first-web-api --- # Building Your First Web API with ASP.NET Core MVC and Visual Studio