A3DRwHtmlMetaTag
Fields
A3DUTF8Char const * |
m_pcName |
A3DUTF8Char const * |
m_pcContent |
Detailed Description
-
struct
A3DRwHtmlMetaTag Describes an html ‘meta’ element.
Upon calling
A3DAsmModelFileExportToHTMLFile,m_pContentcan be set to NULL which will have the effect to remove an already existing ‘meta’ element with them_pcNameas the ‘name’ attribute.- Version
- 14.1
- Removing a ‘meta’ tag
See also
See also
A3DAsmModelFileExportToHTMLFilePublic Members
-
A3DUTF8Char const *
m_pcName ‘name’ attribute of the element. Cannot be empty or null.
-
A3DUTF8Char const *
m_pcContent ‘content attribute of the element. Use NULL to remove a tag instead.