Table of Contents

Class IisPagesSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the IIS pages settings.

public class IisPagesSettings : BypassSection
Inheritance
IisPagesSettings
Inherited Members

Constructors

IisPagesSettings()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisPagesSettings class.

public IisPagesSettings()

Properties

Buffer

Gets or sets whether the page output is buffered.

public BooleanOption Buffer { get; set; }

Property Value

BooleanOption

ClientIDMode

Gets or sets the client ID mode.

public IisPagesClientIDMode ClientIDMode { get; set; }

Property Value

IisPagesClientIDMode

CompilationMode

Gets or sets the compilation mode.

public IisPagesCompilationMode CompilationMode { get; set; }

Property Value

IisPagesCompilationMode

ControlRenderingCompatibilityVersion

Gets or sets the control rendering compatibility version.

public string ControlRenderingCompatibilityVersion { get; set; }

Property Value

string

EnableAuthenticatedViewState

Gets or sets whether to enable authenticated view state.

public BooleanOption EnableAuthenticatedViewState { get; set; }

Property Value

BooleanOption

EnableSessionState

Gets or sets whether session state is enabled.

public IisPagesEnableSessionStateMode EnableSessionState { get; set; }

Property Value

IisPagesEnableSessionStateMode

EnableViewState

Gets or sets whether to enable view state.

public BooleanOption EnableViewState { get; set; }

Property Value

BooleanOption

MasterPageFile

Gets or sets the master page file.

public string MasterPageFile { get; set; }

Property Value

string

MaximumPageStateFieldLength

Gets or sets the maximum page state field length.

public int MaximumPageStateFieldLength { get; set; }

Property Value

int

Namespaces

Gets or sets the namespaces.

public SerializableStringCollection Namespaces { get; set; }

Property Value

SerializableStringCollection

PageBaseType

Gets or sets the page base type.

public string PageBaseType { get; set; }

Property Value

string

RenderHiddenFields

Gets or sets whether to render all hidden fields at the top of the form.

public BooleanOption RenderHiddenFields { get; set; }

Property Value

BooleanOption

StyleSheetTheme

Gets or sets the style sheet theme.

public string StyleSheetTheme { get; set; }

Property Value

string

Theme

Gets or sets the theme.

public string Theme { get; set; }

Property Value

string

UserControlBaseType

Gets or sets the user control base type.

public string UserControlBaseType { get; set; }

Property Value

string

ValidateRequest

Gets or sets whether to validate the request.

public BooleanOption ValidateRequest { get; set; }

Property Value

BooleanOption

Methods

FromXml(string)

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

public static IisPagesSettings FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.IisPagesSettings object

Returns

IisPagesSettings

A CENTREL.XIA.Configuration.Types.IisPagesSettings class from the specified Xml.

ToString()

Returns the pages settings as a human readable string.

public override string ToString()

Returns

string

The pages settings as a human readable string.