Microsoft.AspNetCore.Html Namespace

namespace Microsoft.AspNetCore.Html

Interfaces

interface IHtmlContent
HTML content which can be written to a TextWriter.
interface IHtmlContentBuilder
A builder for HTML content.
interface IHtmlContentContainer
Defines a contract for Microsoft.AspNetCore.Html.IHtmlContent instances made up of several components which can be copied into an Microsoft.AspNetCore.Html.IHtmlContentBuilder.

Classes

class HtmlContentBuilder
An Microsoft.AspNetCore.Html.IHtmlContentBuilder implementation using an in memory list.
class HtmlContentBuilderExtensions
Extension methods for Microsoft.AspNetCore.Html.IHtmlContentBuilder.
class HtmlFormattableString
An Microsoft.AspNetCore.Html.IHtmlContent implementation of composite string formatting (see https://msdn.microsoft.com/en-us/library/txafckwd(v=vs.110).aspx) which HTML encodes formatted arguments.
class HtmlString
An Microsoft.AspNetCore.Html.IHtmlContent implementation that wraps an HTML encoded System.String.