Table of Contents

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

string

CultureName

Gets or sets the culture name.

public string CultureName { get; set; }

Property Value

string

EnableClientBasedCulture

Gets or sets whether to enable client based culture.

public BooleanOption EnableClientBasedCulture { get; set; }

Property Value

BooleanOption

FileEncoding

Gets or sets the file encoding.

public string FileEncoding { get; set; }

Property Value

string

RequestEncoding

Gets or sets the request encoding.

public string RequestEncoding { get; set; }

Property Value

string

ResponseEncoding

Gets or sets the response encoding.

public string ResponseEncoding { get; set; }

Property Value

string

ResponseHeaderEncoding

Gets or sets the response header encoding.

public string ResponseHeaderEncoding { get; set; }

Property Value

string

UICultureDisplayName

Gets the display name of the UI culture.

public string UICultureDisplayName { get; set; }

Property Value

string

UICultureName

Gets or sets the UI culture name.

public string UICultureName { get; set; }

Property Value

string

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.IisGlobalizationSettings class from the specified Xml.

public static IisGlobalizationSettings FromXml(string xml)

Parameters

xml string

The 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.