Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
MergeOptions ( DomRenderingOptions &options ) : void |
Merge options with defaults when needed
|
public static Create ( DomRenderingOptions options ) : IOutputFormatter | ||
options | DomRenderingOptions | /// (optional) options for controlling the operation. /// |
return | IOutputFormatter |
public static Create ( DomRenderingOptions options, IHtmlEncoder encoder ) : IOutputFormatter | ||
options | DomRenderingOptions | /// (optional) options for controlling the operation. /// |
encoder | IHtmlEncoder | /// (optional) the encoder. /// |
return | IOutputFormatter |
public static Create ( IHtmlEncoder encoder ) : IOutputFormatter | ||
encoder | IHtmlEncoder | /// (optional) the encoder. /// |
return | IOutputFormatter |