Browse Source

Add Blazor option to the Overriding the User Interface document

pull/16471/head
liangshiwei 3 years ago
parent
commit
bb26145e2a
  1. 3
      docs/en/Customizing-Application-Modules-Overriding-User-Interface.md

3
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)
* [Angular](UI/Angular/Customization-User-Interface.md)
* [Blazor](UI/Blazor/Customization-Overriding-Components.md)
Loading…
Cancel
Save