Class IisHttpErrors
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the IIS HTTP errors (error pages) configuration.
public class IisHttpErrors : BypassSection
- Inheritance
-
IisHttpErrors
- Inherited Members
Constructors
IisHttpErrors()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisHttpErrors class.
public IisHttpErrors()
Properties
DefaultPath
Gets or sets the default path.
public string DefaultPath { get; set; }
Property Value
DefaultResponseMode
Gets or sets the default path type.
public IisHttpErrorResponseMode DefaultResponseMode { get; set; }
Property Value
ErrorMode
Gets or sets the error mode.
public IisHttpErrorMode ErrorMode { get; set; }
Property Value
Items
Gets or sets the items in the collection.
public IisHttpErrorCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisHttpErrors class from the specified Xml.
public static IisHttpErrors FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisHttpErrors object
Returns
- IisHttpErrors
A CENTREL.XIA.Configuration.Types.IisHttpErrors class from the specified Xml.
ToString()
Returns the HTTP errors as human readable string.
public override string ToString()
Returns
- string
The HTTP errors as a human readable string.