I got different reaction (output in console) when using inline delegate or when implementing a handler in @functions section. I don't understand why! Is that a bug or something is missing me?...<input type="text" onkeyup="@(e => Console.Write(e.Key))" />
...