Lucee Function Reference
gettagdata()
return information to a Tag as Struct
Example
gettagdata(string nameSpaceWithSeparator,string tagName):struct
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
nameSpaceWithSeparator | string | Yes | The namespace of the tag with the separator Example: cf, rc: aso. |
tagName | string | Yes | The tag name without namespace Example: login,mail aso. |