Skip to content

Commit bc12986

Browse files
authored
JS Dev Center - bulk metadata change (#20300)
1 parent 6243ddf commit bc12986

12 files changed

+12
-12
lines changed

aspnetcore/blazor/call-dotnet-from-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: guardrex
44
description: Learn how to invoke .NET methods from JavaScript functions in Blazor apps.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
7-
ms.custom: mvc
7+
ms.custom: mvc, devx-track-js
88
ms.date: 08/12/2020
99
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
1010
uid: blazor/call-dotnet-from-javascript

aspnetcore/blazor/call-javascript-from-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: guardrex
44
description: Learn how to invoke JavaScript functions from .NET methods in Blazor apps.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
7-
ms.custom: mvc
7+
ms.custom: mvc, devx-track-js
88
ms.date: 10/20/2020
99
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
1010
uid: blazor/call-javascript-from-dotnet

aspnetcore/blazor/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: guardrex
44
description: Explore ASP.NET Core Blazor, a way to build interactive client-side web UI with .NET in an ASP.NET Core app.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
7-
ms.custom: "mvc, seoapril2019"
7+
ms.custom: "mvc, seoapril2019, devx-track-js"
88
ms.date: 09/25/2020
99
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
1010
uid: blazor/index

aspnetcore/blazor/webassembly-performance-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: pranavkm
44
description: Tips for increasing performance in ASP.NET Core Blazor WebAssembly apps and avoiding common performance problems.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
7-
ms.custom: mvc
7+
ms.custom: mvc, devx-track-js
88
ms.date: 10/09/2020
99
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
1010
uid: blazor/webassembly-performance-best-practices

aspnetcore/client-side/spa-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: scottaddie
44
description: Learn about the benefits of using JavaScript Services to create a Single Page Application (SPA) backed by ASP.NET Core.
55
monikerRange: '>= aspnetcore-2.1'
66
ms.author: scaddie
7-
ms.custom: H1Hack27Feb2017
7+
ms.custom: H1Hack27Feb2017, devx-track-js
88
ms.date: 09/06/2019
99
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
1010
uid: client-side/spa-services

aspnetcore/security/anti-request-forgery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Prevent Cross-Site Request Forgery (XSRF/CSRF) attacks in ASP.NET Core
33
author: steve-smith
44
description: Discover how to prevent attacks against web apps where a malicious website can influence the interaction between a client browser and the app.
55
ms.author: riande
6-
ms.custom: mvc
6+
ms.custom: mvc, devx-track-js
77
ms.date: 12/05/2019
88
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
99
uid: security/anti-request-forgery

aspnetcore/signalr/diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: anurse
44
description: Learn how to gather diagnostics from your ASP.NET Core SignalR app.
55
monikerRange: '>= aspnetcore-2.1'
66
ms.author: anurse
7-
ms.custom: "devx-track-csharp, signalr"
7+
ms.custom: "devx-track-csharp, signalr, devx-track-js"
88
ms.date: 06/12/2020
99
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
1010
uid: signalr/diagnostics

aspnetcore/signalr/javascript-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: bradygaster
44
description: Overview of ASP.NET Core SignalR JavaScript client.
55
monikerRange: '>= aspnetcore-2.1'
66
ms.author: bradyg
7-
ms.custom: mvc
7+
ms.custom: mvc, devx-track-js
88
ms.date: 04/08/2020
99
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
1010
uid: signalr/javascript-client

aspnetcore/signalr/streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: bradygaster
44
description: Learn how to stream data between the client and the server.
55
monikerRange: '>= aspnetcore-2.1'
66
ms.author: bradyg
7-
ms.custom: mvc
7+
ms.custom: mvc, devx-track-js
88
ms.date: 11/12/2019
99
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
1010
uid: signalr/streaming

aspnetcore/signalr/supported-platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: bradygaster
44
description: Learn about the supported platforms for ASP.NET Core SignalR.
55
monikerRange: '>= aspnetcore-2.1'
66
ms.author: bradyg
7-
ms.custom: mvc
7+
ms.custom: mvc, devx-track-js
88
ms.date: 01/16/2020
99
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
1010
uid: signalr/supported-platforms

0 commit comments

Comments
 (0)