Gets or sets the error mail handler.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("errorMailHandler", DefaultValue = "~/Util/SendErrorReport.aspx", IsRequired = false)] [CustomRegexStringValidatorAttribute("^(?:~/|/)(?:[a-zA-Z0-9\-_\.!\~\*'\(\):@&=\+\$,]+/)*", "The value must be a relative adress, ie it must start with a slash or tilde-slash.")] [ManagerTabAttribute(ManagerTab.Site)] public string ErrorMailHandler { get; set; } |