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.IHtmlContentinstances made up of several components which can be copied into anMicrosoft.AspNetCore.Html.IHtmlContentBuilder.
Classes
- class
HtmlContentBuilder - An
Microsoft.AspNetCore.Html.IHtmlContentBuilderimplementation using an in memory list. - class
HtmlContentBuilderExtensions - Extension methods for
Microsoft.AspNetCore.Html.IHtmlContentBuilder. - class
HtmlFormattableString - An
Microsoft.AspNetCore.Html.IHtmlContentimplementation 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.IHtmlContentimplementation that wraps an HTML encodedSystem.String.
- interface