tagUrn property
[This documentation is preliminary and is subject to change.]
Sets or gets the Uniform Resource Name (URN) specified in the namespace declaration.
Syntax
HRESULT value = object.put_tagUrn(BSTR v);HRESULT value = object.get_tagUrn(BSTR* p);
Property values
Type: BSTR
the URN in the namespace declaration, or the value in Possible Values.
null
Default. Returned for standard HTML tags, or for custom tags that omit the namespace declaration.
Remarks
To declare the namespace in the document, use the XMLNS attribute of the html element.
Download the HTC for the sample below: simple.htc
See also
Using Custom Tags in Internet Explorer
Build date: 6/12/2012