예제 #1
0
 public HtmlRenderer WriteEscape(StringSlice slice, bool softEscape = false)
 {
     WriteEscape(slice.AsSpan(), softEscape);
     return(this);
 }