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