Microsoft.AspNetCore.Html.Abstractions An implementation using an in memory list. Creates a new . Creates a new with the given initial capacity. The initial capacity of the backing store. Creates a new with the given list of entries. The list of entries. The will use this list without making a copy. Extension methods for . Appends the specified to the existing content after replacing each format item with the HTML encoded representation of the corresponding item in the array. The . The composite format (see http://msdn.microsoft.com/en-us/library/txafckwd.aspx). The format string is assumed to be HTML encoded as-provided, and no further encoding will be performed. The object array to format. Each element in the array will be formatted and then HTML encoded. A reference to this instance after the append operation has completed. Appends the specified to the existing content with information from the after replacing each format item with the HTML encoded representation of the corresponding item in the array. The . An object that supplies culture-specific formatting information. The composite format (see http://msdn.microsoft.com/en-us/library/txafckwd.aspx). The format string is assumed to be HTML encoded as-provided, and no further encoding will be performed. The object array to format. Each element in the array will be formatted and then HTML encoded. A reference to this instance after the append operation has completed. Appends an . The . The . Appends an after appending the value. The value is treated as unencoded as-provided, and will be HTML encoded before writing to output. The . The to append. The . Appends an after appending the value. The . The to append. The . Appends an after appending the value. The value is treated as HTML encoded as-provided, and no further encoding will be performed. The . The HTML encoded to append. The . Sets the content to the value. The value is treated as unencoded as-provided, and will be HTML encoded before writing to output. The . The value that replaces the content. The . Sets the content to the value. The . The value that replaces the content. The . Sets the content to the value. The value is treated as HTML encoded as-provided, and no further encoding will be performed. The . The HTML encoded that replaces the content. The . An implementation of composite string formatting (see https://msdn.microsoft.com/en-us/library/txafckwd(v=vs.110).aspx) which HTML encodes formatted arguments. Creates a new with the given and . A composite format string. An array that contains objects to format. Creates a new with the given , and . An object that provides culture-specific formatting information. A composite format string. An array that contains objects to format. An implementation that wraps an HTML encoded . An instance for . An instance for . Creates a new . The HTML encoded value. Gets the HTML encoded value. HTML content which can be written to a TextWriter. Writes the content by encoding it with the specified to the specified . The to which the content is written. The which encodes the content to be written. A builder for HTML content. Appends an instance. The to append. The . Appends a value. The value is treated as unencoded as-provided, and will be HTML encoded before writing to output. The to append. The . Appends an HTML encoded value. The value is treated as HTML encoded as-provided, and no further encoding will be performed. The HTML encoded to append. The . Clears the content. The . Defines a contract for instances made up of several components which can be copied into an . Copies the contained content of this into . The . Moves the contained content of this into . After is called, this instance should be left in an empty state. The .