ImageModule Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Represents an HttpModule that handles images in Content Studio
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.HttpModulesImageModule

Namespace: ContentStudio.Site.HttpModules
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class ImageModule : IHttpModule

The ImageModule type exposes the following members.

Constructors

  NameDescription
Public methodImageModule
Initializes a new instance of the ImageModule class
Top
Methods

  NameDescription
Public methodStatic memberBuildUrl
Builds the URL.
Public methodDispose
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInit
Initializes a module and prepares it to handle requests.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks

This method was added in Content Studio version 5.7
See Also

Reference