webview.navigateWithHttpRequestMessage method

Navigates the webview to a Uniform Resource Identifier (URI) with a POST request and HTTP headers.
Syntax
webview.navigateWithHttpRequestMessage(requestMessage);
Parameters
- requestMessage
-
Type: HttpRequestMessage
The details of the HTTP request.
Return value
This method does not return a value.
Remarks
Warning If you add additional headers to this request, such as authentication credentials, remember that those headers will also be included with any subsequent child requests. Use caution to prevent accidental disclosure of confidential or personal information.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Minimum supported phone |
Windows Phone 8.1 |
See also
Show: