AddMetaTag function
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
| Parameter | Description |
|---|---|
|
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.
Example
AddMetaTag("viewport", "user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0");