M Heusser

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • M Heusser created a post,

    Disable Line-Break-Removal in Blazor Event

    I am using Blazor with .Net 8. My goal is to be able to have multiline lambda function bodies.Here is an example:<Button   Content="test123"   OnClick=@(() => { if (ShowInitialConfigDialog) { _conf...