Click or drag to resize
ConfigMode Enumeration
Defines the way the rendering is done

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public enum ConfigMode
Members
  Member nameValueDescription
Normal1 Normal rendering: direct xslt transformation
WebServices2 Web services rendering: the output is forced in XML format
NoXsl4 Rendering without xslt transformation; the XML content is sent directly
See Also