Click or drag to resize

UserAgent Class

Legacy support for specifying View/XSLT template override, by detecting a specific string sequence on the User Agent string of a Http Request. It was created to support a legacy feature called CoBranding. It is also used for Multi-Format-Output publishing, to determine the extension of published files.
Inheritance Hierarchy
SystemObject
  Ingeniux.RuntimeUserAgent

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public class UserAgent

The UserAgent type exposes the following members.

Properties
  NameDescription
Public propertyContentType
Gets the Content/Mime Type of the User Agent branding. Arbitrary.
Public propertyFileExtension
Gets the File Extension of the Request, this User Agent represents. This property is for MFO publishing only.
Public propertyName
Gets the Name of the User Agent branding.
Public propertySearchString
Gets the string sequence on the User Agent string of the Http Request, to determined whether this branding is in effect for the Request.
Top
See Also