public static HtmlString CSharp(this HtmlHelper @this, string code) { return(CSharpFormatter.CSharp(code)); }
private void textBoxInput_Leave(object sender, EventArgs e) { textBoxOutput.Text = CSharpFormatter.CSharp(textBoxInput.Text.Replace('\xA0', ' ')).ToString(); }