C++: BSTR vtiListMetaTags(BSTR pszPageUrl, BSTR pszWebUrl, long flags);
VB: vtiListMetaTags(PageUrl as String, WebUrl as String, long Flags) as String
Description
Provides a way to get a list of all the meta tags in the HEAD section of a document being edited by the FrontPage Editor.
Return Value
A newline-delimited list of records containing all the meta tags in the document. Each records consists of two lines, the first holding the tag name and the second the tag value. If there are no meta tags the empty string is returned.
Parameters
PageUrl is the either the full URL of the page, or the web-relative URL of the page.
WebUrl is either NULL (if you specify a full PageUrl) or the URL of the FrontPage web which contains PageUrl.
Flags should be set to 0 to select normal meta tags or 1 to select “http-equiv” meta tags.