search property

Sets or retrieves the substring of the IHTMLLocation::href property that follows the question mark.

Syntax

HRESULT value = object.put_search( v);HRESULT value = object.get_search(* p);

Property values

Type: BSTR

the substring of the IHTMLLocation::href property representing the query string (including the question mark).

Remarks

The substring that follows the question mark is called the query string. It represents information passed to the webpage or hosting server.

Note that the value of the IHTMLAreaElement::searchproperty includes the question mark as the first character.