The MudCodeViewer class has a public render fragment named HeaderContent, documented thusly:
Gets or sets the content to be rendered in the header section of the component.
But MudCodeViewer.razor never uses the HeaderContent fragment, making it impossible to customise the header of a MudCodeViewer.
The
MudCodeViewerclass has a public render fragment namedHeaderContent, documented thusly:But
MudCodeViewer.razornever uses theHeaderContentfragment, making it impossible to customise the header of aMudCodeViewer.