UIWebViewDelegate_Extensions.ShouldStartLoad 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.
Whether the UIWebView should begin loading data.
public static bool ShouldStartLoad (this UIKit.IUIWebViewDelegate This, UIKit.UIWebView webView, Foundation.NSUrlRequest request, UIKit.UIWebViewNavigationType navigationType);
static member ShouldStartLoad : UIKit.IUIWebViewDelegate * UIKit.UIWebView * Foundation.NSUrlRequest * UIKit.UIWebViewNavigationType -> bool
Parameters
- This
- IUIWebViewDelegate
The instance on which this extension method operates.
- webView
- UIWebView
To be added.
- request
- NSUrlRequest
To be added.
- navigationType
- UIWebViewNavigationType
To be added.