UIWebViewDelegate.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.
[Foundation.Export("webView:shouldStartLoadWithRequest:navigationType:")]
public virtual bool ShouldStartLoad (UIKit.UIWebView webView, Foundation.NSUrlRequest request, UIKit.UIWebViewNavigationType navigationType);
abstract member ShouldStartLoad : UIKit.UIWebView * Foundation.NSUrlRequest * UIKit.UIWebViewNavigationType -> bool
override this.ShouldStartLoad : UIKit.UIWebView * Foundation.NSUrlRequest * UIKit.UIWebViewNavigationType -> bool
Parameters
- webView
- UIWebView
To be added.
- request
- NSUrlRequest
To be added.
- navigationType
- UIWebViewNavigationType
To be added.
Returns
To be added.
- Attributes