Метод | Описание | |
---|---|---|
AddSettings ( |
Suck in some more changes from an XmlNode. Handy for config file parenting.
|
|
GetSettings ( ) : |
Get the current settings from the xml config file
|
|
IsExcludedMimeType ( string mimetype ) : bool |
Checks a given mime type to determine if it has been excluded from compression
|
|
IsExcludedPath ( string relUrl ) : bool |
Looks for a given path in the list of paths excluded from compression
|
|
Settings ( |
Create an HttpCompressionModuleSettings from an XmlNode
|
Метод | Описание | |
---|---|---|
InitTypes ( ) : void | ||
ParseExcludedPaths ( |
||
ParseExcludedTypes ( |
||
Settings ( ) : System |
public AddSettings ( |
||
node | The node to read from | |
Результат | void |
public static GetSettings ( ) : |
||
Результат |
public IsExcludedMimeType ( string mimetype ) : bool | ||
mimetype | string | The MimeType to check. Can include wildcards like image/* or */xml. |
Результат | bool |
public IsExcludedPath ( string relUrl ) : bool | ||
relUrl | string | the relative url to check |
Результат | bool |
public Settings ( |
||
node | The XmlNode to configure from | |
Результат | System |