Skip to content

Instantly share code, notes, and snippets.

@jonhilt
Created November 1, 2023 14:09
Show Gist options
  • Save jonhilt/28eb96e1cf0a9cb6aeaac3a3352344f0 to your computer and use it in GitHub Desktop.
Save jonhilt/28eb96e1cf0a9cb6aeaac3a3352344f0 to your computer and use it in GitHub Desktop.
<MyFancyReusableBusinessLogic>
<MyOtherComponent />
</MyFancyReusableBusinessLogic>
<section>
@ChildContent
</section>
@ code {
[Parameter]
public RenderFragment ChildContent { get; set; }
// business logic to affect the <section> element
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment