Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion knowledge-base/common-net8-sections.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Use `SectionOutlet` inside Telerik Blazor components only inside officially docu

## Notes

We don't recommend and don't officially support custom markup or custom components inside our components, unless the custom content is placed inside a documented template (such as the ToolBar `ToolBarTemplateItem`) or containers that are intended for random content (such as the Window `WindowContent`). Currently it is possible to place invalid custom content inside Telerik components because [Blazor RenderFragments](https://docs.microsoft.com/en-us/aspnet/core/blazor/components/render-fragments) don't support restrictions for child components and tags.
We don't recommend and don't officially support custom markup or custom components inside our components, unless the custom content is placed inside a documented template (such as the ToolBar `ToolBarTemplateItem`) or containers that are intended for random content (such as the Window `WindowContent`). Currently it is possible to place invalid custom content inside Telerik components because [Blazor RenderFragments](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/templated-components) don't support restrictions for child components and tags.


## See Also
Expand Down