Method | Description | |
---|---|---|
AddPreservableOptionalTag ( string optionalTag ) : bool |
Adds a preservable optional tag to the list
|
|
SetPreservableOptionalTags ( IEnumerable |
Sets a preservable optional tags
|
Method | Description | |
---|---|---|
AdvancedHtmlMinificationSettingsBase ( bool useEmptyMinificationSettings ) : System.Collections.Generic |
Constructs instance of advanced HTML minification settings
|
public AddPreservableOptionalTag ( string optionalTag ) : bool | ||
optionalTag | string | Preservable optional tag |
return | bool |
protected AdvancedHtmlMinificationSettingsBase ( bool useEmptyMinificationSettings ) : System.Collections.Generic | ||
useEmptyMinificationSettings | bool | Initiates the creation of /// empty advanced HTML minification settings |
return | System.Collections.Generic |
public SetPreservableOptionalTags ( IEnumerable |
||
optionalTags | IEnumerable |
Collection of preservable optional tags |
return | int |