Browse Source

Update Customization-Overriding-Components.md

pull/6292/head
Halil İbrahim Kalkan 6 years ago
parent
commit
9ddd03845e
  1. 2
      docs/en/UI/Blazor/Customization-Overriding-Components.md

2
docs/en/UI/Blazor/Customization-Overriding-Components.md

@ -46,7 +46,7 @@ Let's explain the code:
Now, you can run the application to see the result:
![bookstore-added-logo](D:/Github/abp/docs/en/images/bookstore-added-logo.png)
![bookstore-added-logo](../../images/bookstore-added-logo.png)
> Since the component inherits from the component it is replacing, you can use all the non-private fields/properties/methods of the base component in the derived component.

Loading…
Cancel
Save