C# Class CsQuery.CsQueryConfig2

Global configuration and defaults
ファイルを表示 Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Property Type Description
GetDefaultOutputFormatter IOutputFormatter

Public Methods

Method Description
CsQueryConfig2 ( ) : System

Default constructor; populates the CsQueryConfig object with system default options.

Private Methods

Method Description
GetDefaultOutputFormatter ( ) : IOutputFormatter

Creates an OutputFormatter using the default options & encoder.

Method Details

CsQueryConfig2() public method

Default constructor; populates the CsQueryConfig object with system default options.
public CsQueryConfig2 ( ) : System
return System