Returns a string containing a HTML meta tag for the WCPP-detection procedure.

Namespace: Neodynamic.SDK.Web
Assembly: Neodynamic.SDK.WebClientPrint (in Neodynamic.SDK.WebClientPrint.dll) Version: 1.0.2000.0 (1.0.2000.0)

Syntax

C#
public static string GetWcppDetectionMetaTag()
Visual Basic
Public Shared Function GetWcppDetectionMetaTag As String
Visual C++
public:
static String^ GetWcppDetectionMetaTag()

Return Value

A string containing a HTML meta tag for the WCPP-detection procedure.

Remarks

The meta tag X-UA-Compatible is generated for Internet Explorer (IE) 10 to emulate IE9. If this meta tag is not generated, then IE10 will display some unwanted dialog box to the user when the WCPP-detection script is executed.

See Also