IHTMLLinkElement3 interface

This interface provides methods to access a link element that is used to specify a link to an external document. It extends the IHTMLLinkElement and IHTMLLinkElement2 interfaces.

Members

The IHTMLLinkElement3 interface inherits from the IDispatch interface. IHTMLLinkElement3 also has these types of members:

  • Properties

Properties

The IHTMLLinkElement3 interface has these properties.

Property Description

charset

Sets or retrieves the character set used to encode the object.

hreflang

Sets or retrieves the language code of the object.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch