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
Ingeniux.RuntimeUserAgent
Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The UserAgent type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContentType |
Gets the Content/Mime Type of the User Agent branding. Arbitrary.
| |
FileExtension |
Gets the File Extension of the Request, this User Agent represents. This property is for MFO publishing only.
| |
Name |
Gets the Name of the User Agent branding.
| |
SearchString |
Gets the string sequence on the User Agent string of the Http Request, to determined whether this branding is in effect for the Request.
|
See Also