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
ClientIDMode
Gets or sets the client ID mode.
public IisPagesClientIDMode ClientIDMode { get; set; }
Property Value
CompilationMode
Gets or sets the compilation mode.
public IisPagesCompilationMode CompilationMode { get; set; }
Property Value
ControlRenderingCompatibilityVersion
Gets or sets the control rendering compatibility version.
public string ControlRenderingCompatibilityVersion { get; set; }
Property Value
EnableAuthenticatedViewState
Gets or sets whether to enable authenticated view state.
public BooleanOption EnableAuthenticatedViewState { get; set; }
Property Value
EnableSessionState
Gets or sets whether session state is enabled.
public IisPagesEnableSessionStateMode EnableSessionState { get; set; }
Property Value
EnableViewState
Gets or sets whether to enable view state.
public BooleanOption EnableViewState { get; set; }
Property Value
MasterPageFile
Gets or sets the master page file.
public string MasterPageFile { get; set; }
Property Value
MaximumPageStateFieldLength
Gets or sets the maximum page state field length.
public int MaximumPageStateFieldLength { get; set; }
Property Value
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
RenderHiddenFields
Gets or sets whether to render all hidden fields at the top of the form.
public BooleanOption RenderHiddenFields { get; set; }
Property Value
StyleSheetTheme
Gets or sets the style sheet theme.
public string StyleSheetTheme { get; set; }
Property Value
Theme
Gets or sets the theme.
public string Theme { get; set; }
Property Value
UserControlBaseType
Gets or sets the user control base type.
public string UserControlBaseType { get; set; }
Property Value
ValidateRequest
Gets or sets whether to validate the request.
public BooleanOption ValidateRequest { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisPagesSettings class from the specified Xml.
public static IisPagesSettings FromXml(string xml)
Parameters
xml
stringThe 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.