Inputs <SfTextBox Placeholder='First Name' @onkeypress='@KeyPressed'></SfTextBox> @code { public void KeyPressed(){ Console.WriteLine("Key Pressed!"); } }.
確定! 回上一頁