- url
- the URL of the resource to load
- postData
- the data will be passed to "POST" request, which must be be "application/x-www-form-urlencoded" encoded.
Loads the URL with postData using "POST" method into this WebView. If url is not a network URL, it will be loaded with WebView.LoadUrl(string) instead, ignoring the postData param.