Share via


UIWebViewDelegate.ShouldStartLoad Method

Definition

Whether the UIWebView should begin loading data.

[Foundation.Export("webView:shouldStartLoadWithRequest:navigationType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldStartLoad(UIKit.UIWebView webView, Foundation.NSUrlRequest request, UIKit.UIWebViewNavigationType navigationType);
[<Foundation.Export("webView:shouldStartLoadWithRequest:navigationType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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

Implements

Attributes

Applies to