From c3366bc956bc75ce7e41259b23eb63d200865875 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Wed, 4 Apr 2018 18:10:49 -0700 Subject: [PATCH] Add event handlers as tag helpers This change adds support for mapping DOM event handlers as tag helpers that function in a bi-modal way. This is a new first-class feature for DOM events, and replaces a few workarounds like using `@onclick(...)` or `click=@{ ... }`. I haven't removed those things yet, this is a first pass to get the new support in, we'll remove those things when we're totally satisfied. When used with a string like `