URL property
Sets or gets the URL for the current document.
Syntax
HRESULT value = object.put_URL( v);HRESULT value = object.get_URL(* p);
Property values
Type: BSTR
the URL.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.4
Remarks
The IHTMLDocument2::URL property is case-sensitive.
See also
Reference