From bb26145e2abb6f97819da0e1f6d3a84da7889be6 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Wed, 3 May 2023 11:23:56 +0800 Subject: [PATCH] Add Blazor option to the Overriding the User Interface document --- ...ustomizing-Application-Modules-Overriding-User-Interface.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/Customizing-Application-Modules-Overriding-User-Interface.md b/docs/en/Customizing-Application-Modules-Overriding-User-Interface.md index 321ed2befd..b6ad7b05c2 100644 --- a/docs/en/Customizing-Application-Modules-Overriding-User-Interface.md +++ b/docs/en/Customizing-Application-Modules-Overriding-User-Interface.md @@ -3,4 +3,5 @@ You may want to override a page, a component, a JavaScript, CSS or an image file of your depended module. Overriding the UI completely depends on the UI framework you're using. Select the UI framework to continue: * [ASP.NET Core (MVC / Razor Pages)](UI/AspNetCore/Customization-User-Interface.md) -* [Angular](UI/Angular/Customization-User-Interface.md) \ No newline at end of file +* [Angular](UI/Angular/Customization-User-Interface.md) +* [Blazor](UI/Blazor/Customization-Overriding-Components.md) \ No newline at end of file