C# (CSharp) CsQuery.Output Namespace

Classes

Name Description
FormatDefault Default output formatter.
FormatDefault.NodeStackElement An element that captures the state of a element on the output stack.
HtmlEncoderBase Abstract base class for custom HTML encoder implementations
HtmlEncoderBasic Standard HTML encoder. This parses less-than, greater-than, ampersand, double-qoute, and non- breaking space into HTML entities, plus all characters above ascii 160 into ther HTML numeric- coded equivalent.
HtmlEncoderFull Full HTML encoder. All entities with known HTML codes are parsed; everything above 160 becomes an HTML numeric-coded entity.
HtmlEncoderMinimum Minimum HTML encoder. This only parses the absolute minimum required for correct interpretation (less-than, greater-than, ampersand). Everthing else is passed through.
HtmlEncoderMinimumNbsp Minimum HTML encoder (including nonbreaking space). This only parses the absolute minimum required for correct interpretation (less-than, greater-than, ampersand), plus non-breaking space. Everthing else is passed through.
HtmlEncoderNone Minimum HTML encoder. This only parses the absolute minimum required for correct interpretation (less-than, greater-than, ampersand). Everthing else is passed through.