WebBrowserExtensions.LoadUrlWithPostData Method (original) (raw)

| | Name | Description | | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | | Public methodStatic member | LoadUrlWithPostData(IBrowser, String, Byte, String) | Creates a new instance of IRequest with the specified Url and Method = POST and then callsLoadRequest(IRequest). | | Public methodStatic member | LoadUrlWithPostData(IChromiumWebBrowserBase, String, Byte, String) | Creates a new instance of IRequest with the specified Url and Method = POST and then callsLoadRequest(IRequest). |

Top