Chapter Summary
Problem | Solution | Listing |
---|---|---|
Creating complex features using Blazor | Combine components to reduce duplication | 3, 4 |
Configuring a component | Use the Parameter attribute to receive a value from an attribute | 5–10 |
Defining custom events and bindings | Use EventCallbacks to receive the handler for the event and follow the convention to create bindings | 11–14 |
Displaying child content in a component | Use a RenderFragment ... |