Merge pull request #16471 from abpframework/liangshiwei/docs

Add Blazor option to the Overriding the User Interface document
pull/16477/head
maliming 3 years ago committed by GitHub
commit 4220549115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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