Click or drag to resize
GetVersionHandler Class
Handler to get CMS version
Inheritance Hierarchy
SystemObject
  CMS.UIControlsGetVersionHandler

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public class GetVersionHandler : IHttpHandler

The GetVersionHandler type exposes the following members.

Constructors
  NameDescription
Public methodGetVersionHandler
Top
Properties
  NameDescription
Public propertyIsReusable
Gets a value indicating whether another request can use the IHttpHandler instance.
Top
Methods
  NameDescription
Public methodProcessRequest
Processes the incoming HTTP request that and returns the specified stylesheets.
Top
See Also