AddMetaTag

Mon 01 January 2018

Syntax

AddMetaTag(tag_name, tag_value)

Description

Use the AddMetaTag function to add a meta tag to the HTML document for the page or component.

Important! Use this function within fluid applications only.

Parameters

Field or Control

Definition

tag_name

Specifies the name of the meta tag as a string value.

tag_value

Specifies the value of the meta tag as a string value.

Returns

None.