C# 클래스 CsQuery.OutputFormatters

Factory for OuputFormatters included with CsQuery.
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
Create ( DomRenderingOptions options ) : IOutputFormatter

Creates an instance of the default OutputFormatter using the options passed and the default encoder.

Create ( DomRenderingOptions options, IHtmlEncoder encoder ) : IOutputFormatter

Creates an instance of the default OutputFormatter using the options passed.

Create ( IHtmlEncoder encoder ) : IOutputFormatter

Creates an instance of the default OutputFormatter using the default options and the encoder passed.

비공개 메소드들

메소드 설명
MergeOptions ( DomRenderingOptions &options ) : void

Merge options with defaults when needed

메소드 상세

Create() 공개 정적인 메소드

Creates an instance of the default OutputFormatter using the options passed and the default encoder.
public static Create ( DomRenderingOptions options ) : IOutputFormatter
options DomRenderingOptions /// (optional) options for controlling the operation. ///
리턴 IOutputFormatter

Create() 공개 정적인 메소드

Creates an instance of the default OutputFormatter using the options passed.
public static Create ( DomRenderingOptions options, IHtmlEncoder encoder ) : IOutputFormatter
options DomRenderingOptions /// (optional) options for controlling the operation. ///
encoder IHtmlEncoder /// (optional) the encoder. ///
리턴 IOutputFormatter

Create() 공개 정적인 메소드

Creates an instance of the default OutputFormatter using the default options and the encoder passed.
public static Create ( IHtmlEncoder encoder ) : IOutputFormatter
encoder IHtmlEncoder /// (optional) the encoder. ///
리턴 IOutputFormatter