search property

[This documentation is preliminary and is subject to change.]

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

Syntax

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

Property values

Type: BSTR

the substring of the IHTMLLocation::href property.

Remarks

The substring that follows the question mark is the query string or form data.

 

 

Build date: 6/12/2012