public void OnContent(Content content) { while (!builder.Append(content)) { Flush(); } this.LastContent = content; }
/// <inheritdoc /> public override void Write(string value) { if (string.IsNullOrEmpty(value)) { return; } ContentBuilder.Append(value); }