Class IisGlobalizationSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the IIS globalization settings.
public class IisGlobalizationSettings : BypassSection
- Inheritance
-
IisGlobalizationSettings
- Inherited Members
Constructors
IisGlobalizationSettings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisGlobalizationSettings class.
public IisGlobalizationSettings()
Properties
CultureDisplayName
Gets the display name of the culture.
public string CultureDisplayName { get; set; }
Property Value
CultureName
Gets or sets the culture name.
public string CultureName { get; set; }
Property Value
EnableClientBasedCulture
Gets or sets whether to enable client based culture.
public BooleanOption EnableClientBasedCulture { get; set; }
Property Value
FileEncoding
Gets or sets the file encoding.
public string FileEncoding { get; set; }
Property Value
RequestEncoding
Gets or sets the request encoding.
public string RequestEncoding { get; set; }
Property Value
ResponseEncoding
Gets or sets the response encoding.
public string ResponseEncoding { get; set; }
Property Value
ResponseHeaderEncoding
Gets or sets the response header encoding.
public string ResponseHeaderEncoding { get; set; }
Property Value
UICultureDisplayName
Gets the display name of the UI culture.
public string UICultureDisplayName { get; set; }
Property Value
UICultureName
Gets or sets the UI culture name.
public string UICultureName { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisGlobalizationSettings class from the specified Xml.
public static IisGlobalizationSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisGlobalizationSettings object
Returns
- IisGlobalizationSettings
A CENTREL.XIA.Configuration.Types.IisGlobalizationSettings class from the specified Xml.
ToString()
Returns the globalization settings as a human readable string.
public override string ToString()
Returns
- string
The globalization settings as a human readable string.