Fixed title. Moved version clarification to intro

pull/11814/head
Wade Pickett 2019-04-03 11:54:48 -07:00 committed by GitHub
parent e7810f6b61
commit 3dfc9a8837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.