Sets various sections for displaying data during ASP.NET Server Exceptions
| Member Name | Description |
|---|---|
| Application | Displays information about ASP.NET Application information |
| Cookies | Displays cookie related information |
| Form | Displays Request.Form related information |
| QueryString | Displays Request.QueryString related information |
| ServerVariables | Displays Request.ServerVariables related information |
| Exception | Displays the Server.GetLastError() exception information. |
| RequestInformation | Displays basic Request/Response information |
| Session | Displays information about the ASP.NET Session information. |
| Cache | Displays information about the ASP.NET Cache |
| All | Displays all available information properties. |
| Trace | Displays the Trace information. |
| IgnoreUnderscoreNames | Does not include any values of Form INPUT objects whose name starts with an underscore "_" |
| SortSectionItems | Sorts the individual items under the section. |
Namespace: aspNetEmail
Assembly: aspNetEmail (in aspNetEmail.dll)