rev property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the relationship between the object and the destination of the link.
![]() |
Syntax
HRESULT value = object.put_rev(BSTR v);HRESULT value = object.get_rev(BSTR* p);
Property values
Type: BSTR
one or more of the space-delimited values listed in the Possible Values.Alternate
-
Substitute version of the file that contains the link.
Appendix
-
Page that is an appendix for the set of pages.
Bookmark
-
Bookmark.
Chapter
-
Page that is a chapter for a set of pages.
Contents
-
Table of contents document.
Copyright
-
Copyright notice for the current page.
Glossary
-
Glossary for the current page.
Help
-
Help document.
Index
-
Index document for the current page.
Next
-
Next document in a sequence.
Prev
-
Previous document in a sequence.
Section
-
Page that is a section for a set of pages.
Start
-
First document of a set.
Stylesheet
-
Style sheet.
Subsection
-
Page that is a subsection for a set of pages.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 12.2
Remarks
The IHTMLAnchorElement::rev property is similar to the IHTMLAnchorElement::rel property, but the semantics of these two properties' link types are in the reverse direction. For example, a link from A to B with REL="X" expresses the same relationship as a link from B to A with REV="X". An anchor can have both IHTMLAnchorElement::rel and IHTMLAnchorElement::rev properties.
Build date: 6/12/2012
