SEO audit: Introduction to ASP.NET Core SignalR (#25227)

* SEO audit: Introduction to ASP.NET Core SignalR

* Corrected title typo.
pull/25244/head
Wade Pickett 2022-03-08 10:37:32 -08:00 committed by GitHub
parent 654d1be6f4
commit 1658395559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
---
title: Introduction to ASP.NET Core SignalR
title: Overview of ASP.NET Core SignalR
author: bradygaster
description: Learn how the ASP.NET Core SignalR library simplifies adding real-time functionality to apps.
monikerRange: '>= aspnetcore-2.1'
ms.author: bradyg
ms.custom: mvc
ms.date: 9/16/2021
ms.date: 03/07/2022
no-loc: ["Blazor Hybrid", Home, Privacy, Kestrel, appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
uid: signalr/introduction
---
# Introduction to ASP.NET Core SignalR
# Overview of ASP.NET Core SignalR
## What is SignalR?