summaryP:DotNetNuke.Web.ConfigSection.MessageHandlerEntry.ForceSsl

Namespace: DotNetNuke.Web.ConfigSection
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
[ConfigurationPropertyAttribute("forceSSL", DefaultValue = true, IsRequired = true)]
public bool ForceSsl { get; set; }
Visual Basic
<ConfigurationPropertyAttribute("forceSSL", DefaultValue := true, IsRequired := true)> 
Public Property ForceSsl As Boolean
	Get
	Set

See Also