From 3dfc9a883763cf413a617986a345ddd3531a93ad Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Wed, 3 Apr 2019 11:54:48 -0700 Subject: [PATCH] Fixed title. Moved version clarification to intro --- aspnetcore/razor-components/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/razor-components/index.md b/aspnetcore/razor-components/index.md index 7ae3424115..6130ab65f9 100644 --- a/aspnetcore/razor-components/index.md +++ b/aspnetcore/razor-components/index.md @@ -1,5 +1,5 @@ --- -title: Introduction to Razor Components in ASP.NET Core 3.0 +title: Introduction to Razor Components in ASP.NET Core author: guardrex description: Explore ASP.NET Core Razor Components, a way to build interactive client-side web UI with .NET in an ASP.NET Core app. monikerRange: '>= aspnetcore-3.0' @@ -12,7 +12,7 @@ uid: razor-components/index By [Daniel Roth](https://github.com/danroth27) and [Luke Latham](https://github.com/guardrex) -*Razor Components* is a way to build interactive client-side web UI with .NET: +*Razor Components*, introduced in ASP.NET Core 3.0 (Preview), is a way to build interactive client-side web UI with .NET: * Build rich interactive UIs using C# instead of JavaScript. * Share server-side and client-side app logic all written with .NET.