Implemented interface member:
method
AppendHtml
Microsoft.AspNetCore.Html.IHtmlContentBuilder.AppendHtml(System.String)
16 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);