Skip to content

Instantly share code, notes, and snippets.

@Swimburger
Created November 18, 2021 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Swimburger/7930d126fe29f82d9973b69e5975f2bf to your computer and use it in GitHub Desktop.
Save Swimburger/7930d126fe29f82d9973b69e5975f2bf to your computer and use it in GitHub Desktop.
PageTitle component with hardcoded Suffix
<SuffixedPageTitle>Home Page</SuffixedPageTitle>
<PageTitle>@ChildContent - My Suffix</PageTitle>
@code {
[Parameter]
public RenderFragment ChildContent { get; set; }
}
@Swimburger
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment