Table of Contents

Class IisMimeTypes

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

Represents the configured IIS MIME types.

public class IisMimeTypes : BypassSection
Inheritance
IisMimeTypes
Inherited Members

Constructors

IisMimeTypes()

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

public IisMimeTypes()

Properties

Items

Gets or sets the items in the collection.

public IisMimeTypeCollection Items { get; set; }

Property Value

IisMimeTypeCollection

Methods

FromXml(string)

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

public static IisMimeTypes FromXml(string xml)

Parameters

xml string

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

Returns

IisMimeTypes

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

ToString()

Returns the MIME types as a human readable string.

public override string ToString()

Returns

string

The MIME types as a human readable string.