fixes 4528 (#4602)
parent
cef31e83b4
commit
9d4af2d9e3
|
@ -5,14 +5,14 @@ description: A quick tutorial that creates and runs a simple Hello World app usi
|
|||
keywords: ASP.NET Core,tutorial,get started
|
||||
ms.author: riande
|
||||
manager: wpickett
|
||||
ms.date: 08/30/2017
|
||||
ms.date: 10/18/2017
|
||||
ms.topic: get-started-article
|
||||
ms.assetid: 73543e9d-d9d5-47d6-9664-17a9beea6cd3
|
||||
ms.technology: aspnet
|
||||
ms.prod: asp.net-core
|
||||
uid: getting-started
|
||||
---
|
||||
# Getting Started with ASP.NET Core
|
||||
# Get Started with ASP.NET Core
|
||||
|
||||
> [!NOTE]
|
||||
> These instructions are for the latest version of ASP.NET Core. Looking to get started with an earlier version? See [the 1.1 version of this tutorial](xref:getting-started-1.1).
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 48 KiB |
|
@ -6,4 +6,4 @@
|
|||
<h2>@ViewData["Title"]</h2>
|
||||
<h3>@Model.Message</h3>
|
||||
|
||||
<p>Use this area to provide additional information.</p>
|
||||
<p>Hello, world! The time on the server is @DateTime.Now</p>
|
||||
|
|
Loading…
Reference in New Issue