Директива @functions позволяет странице Razor добавлять в представление блок кода C#:
By default, SerialPort uses ASCIIEncoding to encode the characters. ASCIIEncoding encodes all characters greater then 127 as (char)63 or '?'. To support additional characters in that range, set Encoding to UTF8Encoding, UTF32Encoding, or UnicodeEncoding.
ConfigsBox.Children.Add(newButton);
var button = new Button();
((IAddChild)ConfigsBox).AddChild(button);