KaxCompressionExcludeSetting Class |
Inheritance Hierarchy
SystemObject
System.ConfigurationConfigurationElement
Kettic.AspNet.ControlsKaxCompressionExcludeSetting
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic class KaxCompressionExcludeSetting : ConfigurationElement
Public Class KaxCompressionExcludeSetting
Inherits ConfigurationElement
public ref class KaxCompressionExcludeSetting : public ConfigurationElement
type KaxCompressionExcludeSetting =
class
inherit ConfigurationElement
end
The KaxCompressionExcludeSetting type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | HandlerPath |
Represents request handler name
|
 | MatchExact |
Indicates if handler's name represents only portion of request handler
URL. Default value is true
|
Top
See Also