API Reference
Class
TrustedHtml
Represents HTML that the caller has explicitly verified and chosen to render without encoding.
Inheritance
- Object
- TrustedHtml
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property BasicElement.HtmlContent
- Method TextExtensions.Linkify
- Property SmartWizardToolbar.ExtraElements
- Property SmartWizardToolbar.ExtraHtml
- Property TablerIcon.SvgContent
- Method TrustedHtml.FromTrustedSource
- Method TrustedHtmlJsonConverter.Read
- Method TrustedHtmlJsonConverter.ReadAsPropertyName
Accepted by parameters
- Method BasicElement.SetHtml
- Method HtmlTag.Attribute
- Method HtmlTag.ValueRaw
- Method InlineScript.Attribute
- Method InlineScript.ValueRaw
- Method InlineStyleSheet.Attribute
- Method InlineStyleSheet.ValueRaw
- Method InlineText.Raw
- Method SmartWizard.WithToolbarContent
- Method SmartWizardSettings.ToolbarContent
- Method TableCell.Raw
- Method TableHeaderCell.Raw
- Method TablerDataGridItem.HtmlContent
- Constructor TablerIcon.TablerIcon
- Method TablerSidebar.Footer
- Method Abbr.Attribute
- Method Abbr.ValueRaw
- Method Address.Attribute
- Method Address.ValueRaw
- Method Anchor.Attribute
- Method Anchor.ValueRaw
- Method Article.Attribute
- Method Article.ValueRaw
- Method BR.Attribute
- Method BR.ValueRaw
- Method H1.Attribute
- Method H1.ValueRaw
- Method H2.Attribute
- Method H2.ValueRaw
- Method H3.Attribute
- Method H3.ValueRaw
- Method H4.Attribute
- Method H4.ValueRaw
- Method H5.Attribute
- Method H5.ValueRaw
- Method H6.Attribute
- Method H6.ValueRaw
- Method HorizontalRule.Attribute
- Method HorizontalRule.ValueRaw
- Method HR.Attribute
- Method HR.ValueRaw
- Method LineBreak.Attribute
- Method LineBreak.ValueRaw
- Method ListItem.Attribute
- Method ListItem.ValueRaw
- Method OrderedList.Attribute
- Method OrderedList.ValueRaw
- Method Strong.Attribute
- Method Strong.ValueRaw
- Method TrustedHtmlJsonConverter.Write
- Method TrustedHtmlJsonConverter.WriteAsPropertyName
- Method VisNetworkEdgeGlobalOptions.WithHtmlLabel
- Method VisNetworkEdgeOptions.WithHtmlLabel
- Method VisNetworkGroupOptions.WithHtmlLabel
- Method VisNetworkHtmlBuilder.RawHtml
- Method VisNetworkHtmlNode.WithHtmlContent
- Method VisNetworkNodeGlobalOptions.WithHtmlLabel
- Method VisNetworkNodeOptions.WithHtmlLabel
Methods
public static TrustedHtml FromTrustedSource(String html) #Returns:
TrustedHtmlMarks HTML from a trusted source for intentional unencoded rendering. This method does not sanitize or validate the input.
Parameters
- html System.String