This property specifies the method to load the URI/HTML
page.
The PageLoadMethod property can take any of the following
values:
- 0 — Default. This is currently the same as MonikerForHtml.
- 1 — MonikerForHtml. Moniker is used to load the page.
- 2 — WebBrowserNavigate. IWebBrowser2::Navigate is used to load
the page. HostWebBrowser must be
true to use this value.
This property affects the NoCookie
property.
|