From 33b32c34d768f23af83713d6e251c372241520a9 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Tue, 29 May 2018 19:42:46 -1000 Subject: [PATCH] Update ui-class.md (#6672) --- aspnetcore/mvc/razor-pages/ui-class.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/mvc/razor-pages/ui-class.md b/aspnetcore/mvc/razor-pages/ui-class.md index 54ac9af85e..3ab1597769 100644 --- a/aspnetcore/mvc/razor-pages/ui-class.md +++ b/aspnetcore/mvc/razor-pages/ui-class.md @@ -15,7 +15,7 @@ uid: mvc/razor-pages/ui-class By [Rick Anderson](https://twitter.com/RickAndMSFT) -Razor views, pages, controllers, page models, and data models can be built into a Razor Class Library (RCL). The RCL can be packaged and reused. Applications can include the RCL and override the views and pages it contains. When a view, partial view, or Razor Page is found in both the web app and the RCL, the Razor markup (*.cshtml* file) in the web app takes precedence. +Razor views, pages, controllers, page models, [View components](xref:mvc/views/view-components), and data models can be built into a Razor Class Library (RCL). The RCL can be packaged and reused. Applications can include the RCL and override the views and pages it contains. When a view, partial view, or Razor Page is found in both the web app and the RCL, the Razor markup (*.cshtml* file) in the web app takes precedence. This feature requires [!INCLUDE[](~/includes/2.1-SDK.md)]