Skip to content

Instantly share code, notes, and snippets.

@zHaytam
Created March 21, 2021 10:01
Show Gist options
  • Save zHaytam/1b00bdfb5c561fb5a8730e31765c53c2 to your computer and use it in GitHub Desktop.
Save zHaytam/1b00bdfb5c561fb5a8730e31765c53c2 to your computer and use it in GitHub Desktop.
<Button OnClick="OnBtnClicked">
My button
</Button>
@code {
private void OnBtnClicked()
=> Console.WriteLine("My button was clicked!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment