Class MessageHandlerEntry
Inheritance
MessageHandlerEntry
Assembly: DotNetNuke.Web.dll
Syntax
public class MessageHandlerEntry : ConfigurationElement
Constructors
MessageHandlerEntry()
Declaration
public MessageHandlerEntry()
Properties
ClassName
Declaration
[ConfigurationProperty("type", DefaultValue = "", IsRequired = true)]
public string ClassName { get; set; }
Property Value
DefaultInclude
Declaration
[ConfigurationProperty("defaultInclude", DefaultValue = false, IsRequired = true)]
public bool DefaultInclude { get; set; }
Property Value
Enabled
Declaration
[ConfigurationProperty("enabled", DefaultValue = false, IsRequired = true)]
public bool Enabled { get; set; }
Property Value
ForceSsl
Declaration
[ConfigurationProperty("forceSSL", DefaultValue = true, IsRequired = true)]
public bool ForceSsl { get; set; }
Property Value
Name
Declaration
[ConfigurationProperty("name", DefaultValue = "", IsRequired = true)]
public string Name { get; set; }
Property Value
Extension Methods