This topic has not yet been rated - Rate this topic

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.

Remarks

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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.