API Reference
Class
TrustedCss
CSS that a caller has explicitly reviewed and chosen to render as an inline stylesheet.
Inheritance
- Object
- TrustedCss
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 MinimalHtml.InlineCss
- Property TablerCard.CardInnerStyle
- Property TablerCardKpi.CardInnerStyle
- Property TablerCardMini.CardInnerStyle
- Method TrustedCss.FromTrustedSource
Accepted by parameters
- Method Head.AddCssInline
- Method Head.AddStyle
- Constructor InlineStyleSheet.InlineStyleSheet
- Method TablerCard.Style
- Method TablerCardKpi.Style
- Method TablerCardMini.Style
Methods
public static TrustedCss FromTrustedSource(String css) #Returns:
TrustedCssMarks CSS from a trusted source for an inline style context.
Parameters
- css System.String