HtmlForgeX

API Reference

Class

TrustedCss

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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.

Accepted by parameters

Methods

public static TrustedCss FromTrustedSource(String css) #
Returns: TrustedCss

Marks CSS from a trusted source for an inline style context.

Parameters

css System.String requiredposition: 0
public override String ToString() #
Returns: String