Skip to content

Commit

Permalink
Trim keywords of keyword metadata
Browse files Browse the repository at this point in the history
Patch 3
  • Loading branch information
Luke Latham committed Sep 21, 2017
1 parent 4e45fd4 commit 18d1878
Show file tree
Hide file tree
Showing 100 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion aspnet/mvc/overview/deployment/docker-aspnetmvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uid: mvc/overview/deployment/docker-aspnetmvc
title: Migrating ASP.NET MVC Applications to Windows Containers
description: Learn how to take an existing ASP.NET MVC application and run it in a Windows Docker Container
keywords: Windows Containers, Docker, ASP.NET MVC
keywords: Windows Containers,Docker,ASP.NET MVC
author: BillWagner
ms.author: wiwagn
ms.date: 02/01/2017
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: signalr/overview/performance/using-signalr-performance-counters-in-an-azure
title: Using SignalR performance counters in an Azure Web Role | Microsoft Docs
author: guardrex
description: How to install and use SignalR performance counters in an Azure Web Role.
keywords: ASP.NET, signalr, performance counter, azure web role
keywords: ASP.NET,signalr,performance counter,azure web role
ms.author: aspnetcontent
manager: wpickett
ms.date: 02/11/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/aspnetcore-1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: What's new in ASP.NET Core 1.1
author: rick-anderson
description: What's new in ASP.NET Core 1.1
keywords: ASP.NET Core, bower
keywords: ASP.NET Core,bower
ms.author: riande
manager: wpickett
ms.date: 02/14/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/aspnetcore-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: What's new in ASP.NET Core 2.0
author: rick-anderson
description: What's new in ASP.NET Core 2.0
keywords: ASP.NET Core, release notes, what's new
keywords: ASP.NET Core,release notes,what's new
ms.author: riande
manager: wpickett
ms.date: 07/10/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Using AngularJS for Single Page Applications (SPAs)
author: rick-anderson
description: Learn how to build a SPA-style ASP.NET application using AngularJS
keywords: ASP.NET Core, AngularJS, SPA
keywords: ASP.NET Core,AngularJS,SPA
ms.author: riande
manager: wpickett
ms.date: 10/14/2016
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/bower.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Using Bower in ASP.NET Core
author: rick-anderson
description: Managing client-side packages with Bower.
keywords: ASP.NET Core, bower
keywords: ASP.NET Core,bower
ms.author: riande
manager: wpickett
ms.date: 02/14/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/bundling-and-minification.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Bundling and minification in ASP.NET Core
author: spboyer
description:
keywords: ASP.NET Core, Bundling and Minification, CSS, JavaScript, Minify, BuildBundlerMinifier
keywords: ASP.NET Core,Bundling and Minification,CSS,JavaScript,Minify,BuildBundlerMinifier
ms.author: riande
manager: wpickett
ms.date: 02/28/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/less-sass-fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Less, Sass, and Font Awesome in ASP.NET Core
author: ardalis
description: Learn how to use Less, Sass, and Font Awesome in ASP.NET Core applications.
keywords: ASP.NET Core, Less, Sass, Font Awesome, preprocessors
keywords: ASP.NET Core,Less,Sass,Font Awesome,preprocessors
ms.author: tdykstra
manager: wpickett
ms.date: 10/14/2016
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/using-browserlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Browser Link in ASP.NET Core
author: ncarandini
description: A Visual Studio feature that links the development environment with one or more web browsers
keywords: ASP.NET Core, browser link, CSS sync
keywords: ASP.NET Core,browser link,CSS sync
ms.author: riande
manager: wpickett
ms.date: 12/28/2016
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/using-gulp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Using Gulp in ASP.NET Core
author: rick-anderson
description: Learn how to use Gulp in ASP.NET Core.
keywords: ASP.NET Core, Gulp
keywords: ASP.NET Core,Gulp
ms.author: riande
manager: wpickett
ms.date: 02/28/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/yeoman.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Building projects with Yeoman in ASP.NET Core
author: spboyer
description: This article walks through building an ASP.NET Core web application using the Yeoman generator on macOS.
keywords: ASP.NET Core, Yeoman, Cross Platform, yo aspnet
keywords: ASP.NET Core,Yeoman,Cross Platform,yo aspnet
ms.author: spboyer
manager: wpickett
ms.date: 07/05/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-mvc/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ASP.NET Core MVC with EF Core - Advanced - 10 of 10
author: tdykstra
description: This tutorial introduces several topics that are useful to be aware of when you go beyond the basics of developing ASP.NET web applications that use Entity Framework Core.
keywords: ASP.NET Core, Entity Framework Core, raw sql, examine sql, repository pattern, unit of work pattern, automatic change detection, existing database
keywords: ASP.NET Core,Entity Framework Core,raw sql,examine sql,repository pattern,unit of work pattern,automatic change detection,existing database
ms.author: tdykstra
manager: wpickett
ms.date: 03/15/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-mvc/complex-data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ASP.NET Core MVC with EF Core - Data Model - 5 of 10
author: tdykstra
description: In this tutorial you add more entities and relationships and customize the data model by specifying formatting, validation, and database mapping rules.
keywords: ASP.NET Core, Entity Framework Core, data annotations
keywords: ASP.NET Core,Entity Framework Core,data annotations
ms.author: tdykstra
manager: wpickett
ms.date: 03/15/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-mvc/concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ASP.NET Core MVC with EF Core - Concurrency - 8 of 10
author: tdykstra
description: This tutorial shows how to handle conflicts when multiple users update the same entity at the same time.
keywords: ASP.NET Core, Entity Framework Core, concurrency
keywords: ASP.NET Core,Entity Framework Core,concurrency
ms.author: tdykstra
manager: wpickett
ms.date: 03/15/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-mvc/crud.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ASP.NET Core MVC with EF Core - CRUD - 2 of 10
author: tdykstra
description:
keywords: ASP.NET Core, Entity Framework Core, CRUD, create, read, update, delete
keywords: ASP.NET Core,Entity Framework Core,CRUD,create,read,update,delete
ms.author: tdykstra
manager: wpickett
ms.date: 03/15/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-mvc/inheritance.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ASP.NET Core MVC with EF Core - Inheritance - 9 of 10
author: tdykstra
description: This tutorial will show you how to implement inheritance in the data model, using Entity Framework Core in an ASP.NET Core application.
keywords: ASP.NET Core, Entity Framework Core, inheritance
keywords: ASP.NET Core,Entity Framework Core,inheritance
ms.author: tdykstra
manager: wpickett
ms.date: 03/15/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-mvc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ASP.NET Core MVC with Entity Framework Core - Tutorial 1 of 10
author: tdykstra
description:
keywords: ASP.NET Core, Entity Framework Core, tutorial
keywords: ASP.NET Core,Entity Framework Core,tutorial
ms.author: tdykstra
manager: wpickett
ms.date: 03/15/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-mvc/migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ASP.NET Core MVC with EF Core - Migrations - 4 of 10
author: tdykstra
description: In this tutorial, you start using the EF Core migrations feature for managing data model changes in an ASP.NET Core MVC application.
keywords: ASP.NET Core, Entity Framework Core, migrations
keywords: ASP.NET Core,Entity Framework Core,migrations
ms.author: tdykstra
manager: wpickett
ms.date: 03/15/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-mvc/read-related-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ASP.NET Core MVC with EF Core - Read Related Data - 6 of 10
author: tdykstra
description: In this tutorial you'll read and display related data -- that is, data that the Entity Framework loads into navigation properties.
keywords: ASP.NET Core, Entity Framework Core, related data, joins
keywords: ASP.NET Core,Entity Framework Core,related data,joins
ms.author: tdykstra
manager: wpickett
ms.date: 03/15/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-mvc/sort-filter-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ASP.NET Core MVC with EF Core - Sort, Filter, Paging - 3 of 10
author: tdykstra
author: tdykstra
description: In this tutorial you'll add sorting, filtering, and paging functionality to page using ASP.NET Core and Entity Framework Core.
keywords: ASP.NET Core, Entity Framework Core, sort, filter, paging, grouping
keywords: ASP.NET Core,Entity Framework Core,sort,filter,paging,grouping
ms.author: tdykstra
ms.date: 03/15/2017
ms.topic: get-started-article
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-mvc/update-related-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ASP.NET Core MVC with EF Core - Update Related Data - 7 of 10
author: tdykstra
description: In this tutorial you'll update related data by updating foreign key fields and navigation properties.
keywords: ASP.NET Core, Entity Framework Core, related data, joins
keywords: ASP.NET Core,Entity Framework Core,related data,joins
ms.author: tdykstra
manager: wpickett
ms.date: 03/15/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/data/entity-framework-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Getting Started with ASP.NET Core and Entity Framework 6
author: tdykstra
description: This article shows how to use Entity Framework 6 in an ASP.NET Core application.
keywords: ASP.NET Core, Entity Framework, EF 6
keywords: ASP.NET Core,Entity Framework,EF 6
ms.author: tdykstra
manager: wpickett
ms.date: 02/24/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/app-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Session and application state in ASP.NET Core
author: rick-anderson
description: Approaches to preserving application and user (session) state between requests.
keywords: ASP.NET Core, Application state, session state, querystring, post
keywords: ASP.NET Core,Application state,session state,querystring,post
ms.author: riande
manager: wpickett
ms.date: 06/08/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Dependency Injection in ASP.NET Core
author: ardalis
description: Learn how ASP.NET Core implements dependency injection and how to use it.
keywords: ASP.NET Core, dependency injection, di
keywords: ASP.NET Core,dependency injection,di
ms.author: riande
manager: wpickett
ms.date: 10/14/2016
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Working with Multiple Environments
author: ardalis
description:
keywords: ASP.NET Core, Environment settings, ASPNETCORE_ENVIRONMENT
keywords: ASP.NET Core,Environment settings,ASPNETCORE_ENVIRONMENT
ms.author: riande
manager: wpickett
ms.date: 10/14/2016
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Error Handling in ASP.NET Core
author: ardalis
description: Explains how to handle errors in ASP.NET Core applications
keywords: ASP.NET Core, error handling, exception handling,
keywords: ASP.NET Core,error handling,exception handling
ms.author: tdykstra
manager: wpickett
ms.date: 11/30/2016
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Logging in ASP.NET Core
author: ardalis
description: Introduces the logging framework in ASP.NET Core. Includes a section for each built-in logging provider and links to some popular third-party providers.
keywords: ASP.NET Core, logging, logging providers, Microsoft.Extensions.Logging, ILogger, ILoggerFactory, LogLevel, WithFilter, TraceSource, EventLog, EventSource, scopes
keywords: ASP.NET Core,logging,logging providers,Microsoft.Extensions.Logging,ILogger,ILoggerFactory,LogLevel,WithFilter,TraceSource,EventLog,EventSource,scopes
ms.author: tdykstra
manager: wpickett
ms.date: 10/14/2016
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ASP.NET Core Middleware
author: rick-anderson
description: Explains middleware and the request pipeline.
keywords: ASP.NET Core, Middleware, pipeline, delegate
keywords: ASP.NET Core,Middleware,pipeline,delegate
ms.author: riande
manager: wpickett
ms.date: 08/14/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/owin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Open Web Interface for .NET (OWIN)
author: ardalis
description: Introduction to Open Web Interface for .NET (OWIN).
keywords: ASP.NET Core, Open Web Interface for .NET, OWIN
keywords: ASP.NET Core,Open Web Interface for .NET,OWIN
ms.author: riande
manager: wpickett
ms.date: 10/14/2016
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/servers/aspnet-core-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ASP.NET Core Module
author: tdykstra
description: Introduces ASP.NET Core Module (ANCM), an IIS module that lets the Kestrel web server use IIS or IIS Express as a reverse proxy server.
keywords: ASP.NET Core, IIS, IIS Express, ASP.NET Core Module, UseIISIntegration
keywords: ASP.NET Core,IIS,IIS Express,ASP.NET Core Module,UseIISIntegration
ms.author: tdykstra
manager: wpickett
ms.date: 08/03/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/servers/httpsys.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: HTTP.sys web server implementation in ASP.NET Core
author: rick-anderson
description: Introduces HTTP.sys, a web server for ASP.NET Core on Windows. Built on the Http.Sys kernel mode driver, HTTP.sys is an alternative to Kestrel that can be used for direct connection to the Internet without IIS.
keywords: ASP.NET Core, HttpSys, HTTP.sys, HttpListener, url prefixes, SSL
keywords: ASP.NET Core,HttpSys,HTTP.sys,HttpListener,url prefixes,SSL
ms.author: riande
manager: wpickett
ms.date: 08/07/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/servers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Web server implementations in ASP.NET Core
author: tdykstra
description: Introduces web servers Kestrel and WebListener for ASP.NET Core. Provides guidance on how to choose one and when to use one with a reverse proxy server.
keywords: ASP.NET Core, IServer, web server, Kestrel, WebListener, reverse proxy
keywords: ASP.NET Core,IServer,web server,Kestrel,WebListener,reverse proxy
ms.author: tdykstra
manager: wpickett
ms.date: 08/03/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/servers/kestrel.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Kestrel web server implementation in ASP.NET Core
author: tdykstra
description: Introduces Kestrel, the cross-platform web server for ASP.NET Core based on libuv.
keywords: ASP.NET Core, Kestrel, libuv, url prefixes
keywords: ASP.NET Core,Kestrel,libuv,url prefixes
ms.author: tdykstra
manager: wpickett
ms.date: 08/02/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/servers/weblistener.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: WebListener web server implementation in ASP.NET Core
author: rick-anderson
description: Introduces WebListener, a web server for ASP.NET Core on Windows. Built on the Http.Sys kernel mode driver, WebListener is an alternative to Kestrel that can be used for direct connection to the Internet without IIS.
keywords: ASP.NET Core, WebListener, HttpListener, url prefixes, SSL
keywords: ASP.NET Core,WebListener,HttpListener,url prefixes,SSL
ms.author: riande
manager: wpickett
ms.date: 08/07/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/startup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Application Startup in ASP.NET Core
author: ardalis
description: Explains the Startup class in ASP.NET Core.
keywords: ASP.NET Core, Startup, Configure method, ConfigureServices method
keywords: ASP.NET Core,Startup,Configure method,ConfigureServices method
ms.author: tdykstra
manager: wpickett
ms.date: 02/29/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/static-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Working with static files in ASP.NET Core
author: rick-anderson
description: Working with Static Files
keywords: ASP.NET Core, static files, static assets, HTML, CSS, JavaScript
keywords: ASP.NET Core,static files,static assets,HTML,CSS,JavaScript
ms.author: riande
manager: wpickett
ms.date: 4/07/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/websockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: WebSockets support in ASP.NET Core
author: tdykstra
description: What is WebSockets support in ASP.NET Core and how to use it.
keywords: ASP.NET Core, WebSockets
keywords: ASP.NET Core,WebSockets
ms.author: tdykstra
manager: wpickett
ms.date: 03/25/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/hosting/aspnet-core-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ASP.NET Core Module configuration reference
author: guardrex
description: How to configure the ASP.NET Core Module for hosting ASP.NET Core applications.
keywords: ASP.NET Core, ancm, core module, iis, stdout logging, environment variable, env var, subapplication, subapp, appoffline, app_offline, 502, schema
keywords: ASP.NET Core,ancm,core module,iis,stdout logging,environment variable,env var,subapplication,subapp,appoffline,app_offline,502,schema
ms.author: riande
manager: wpickett
ms.date: 03/07/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/hosting/directory-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ASP.NET Core directory structure
author: guardrex
description: The directory structure of published ASP.NET Core applications.
keywords: ASP.NET Core, directory structure
keywords: ASP.NET Core,directory structure
ms.author: riande
manager: wpickett
ms.date: 03/15/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/hosting/iis-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Using IIS modules with ASP.NET Core
author: guardrex
description: Reference document describing active and inactive IIS modules for ASP.NET Core applications.
keywords: ASP.NET Core, iis, module, reverse-proxy
keywords: ASP.NET Core,iis,module,reverse-proxy
ms.author: riande
manager: wpickett
ms.date: 03/08/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/hosting/windows-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Host in a Windows Service
author: tdykstra
description: Learn how to host an ASP.NET Core application in a Windows Service.
keywords: ASP.NET Core, Windows service, hosting
keywords: ASP.NET Core,Windows service,hosting
ms.author: tdykstra
manager: wpickett
ms.date: 03/30/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/migration/mvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Migrating From ASP.NET MVC to ASP.NET Core MVC
author: ardalis
description:
keywords: ASP.NET Core, MVC, migrating
keywords: ASP.NET Core,MVC,migrating
ms.author: riande
manager: wpickett
ms.date: 03/07/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/mvc/advanced/custom-formatters.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Custom formatters in ASP.NET Core MVC web APIs
author: tdykstra
description: Learn how to create and use custom formatters for web APIs in ASP.NET Core.
keywords: ASP.NET Core, web api, custom formatters
keywords: ASP.NET Core,web api,custom formatters
ms.author: tdykstra
manager: wpickett
ms.date: 02/08/2017
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/mvc/advanced/custom-model-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Custom Model Binding
author: ardalis
description: Customizing model binding in ASP.NET Core MVC.
keywords: ASP.NET Core, model binding, custom model binder
keywords: ASP.NET Core,model binding,custom model binder
ms.author: riande
manager: wpickett
ms.date: 04/10/2017
Expand Down
Loading

0 comments on commit 18d1878

Please sign in to comment.