Implemented interface member:
method
AppendHtml
Microsoft.AspNetCore.Html.IHtmlContentBuilder.AppendHtml(System.String)
43 references to AppendHtml
Microsoft.AspNetCore.Mvc.ViewFeatures (16)
Buffers\ViewBufferTextWriter.cs (16)
77Buffer.AppendHtml(value.ToString()); 88Buffer.AppendHtml(new string(buffer, index, count)); 99Buffer.AppendHtml(value); 180Buffer.AppendHtml(value.ToString()); 194Buffer.AppendHtml(new string(buffer, index, count)); 201Buffer.AppendHtml(value); 208Buffer.AppendHtml(NewLine); 214Buffer.AppendHtml(value); 215Buffer.AppendHtml(NewLine); 221Buffer.AppendHtml(value.ToString()); 222Buffer.AppendHtml(NewLine); 229Buffer.AppendHtml(new string(value, start, offset)); 230Buffer.AppendHtml(NewLine); 237Buffer.AppendHtml(value); 238Buffer.AppendHtml(NewLine); 245Buffer.AppendHtml(NewLine);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (27)
Buffers\ViewBufferTest.cs (27)
53buffer.AppendHtml(value); 72buffer.AppendHtml(item); 90buffer.AppendHtml(item); 92buffer.AppendHtml("Hello"); 93buffer.AppendHtml("world"); 118buffer.AppendHtml(item); 122buffer.AppendHtml(item); 124buffer.AppendHtml("Hello"); 125buffer.AppendHtml("world"); 152buffer.AppendHtml("Hello"); 155buffer.AppendHtml("world"); 174buffer.AppendHtml(" 123"); 196buffer.AppendHtml("abc"); 214buffer.AppendHtml(" 123"); 237buffer.AppendHtml("abc"); 301other.AppendHtml("Hi"); 325original.AppendHtml($"original-{i}"); 328other.AppendHtml("Hi"); 352original.AppendHtml($"original-{i}"); 359other.AppendHtml($"other-{i}"); 384original.AppendHtml($"original-{i}"); 390other.AppendHtml($"other-{i}"); 422original.AppendHtml($"original-{i}"); 428other.AppendHtml($"other-{i}"); 435original.AppendHtml("after-merge"); 466original.AppendHtml($"original-{i}"); 471other.AppendHtml($"other-{i}");