WKWebView.LoadRequest(NSUrlRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Navigates to a requested URL.
[Foundation.Export("loadRequest:")]
public virtual WebKit.WKNavigation LoadRequest (Foundation.NSUrlRequest request);
abstract member LoadRequest : Foundation.NSUrlRequest -> WebKit.WKNavigation
override this.LoadRequest : Foundation.NSUrlRequest -> WebKit.WKNavigation
Parameters
- request
- NSUrlRequest
The request specifying the URL to which to navigate.
Returns
A new navigation for the given request.
- Attributes