net10.0-macos14.2
namespace WebKit
{
    [ObsoletedOSPlatform("macos10.14", "No longer supported.")]
    [Protocol(FormalSince = "10.11", Name = "WebFrameLoadDelegate", WrapperType = typeof(WebFrameLoadDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "StartedProvisionalLoad", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WebView), typeof(WebFrame) }, Selector = "webView:didStartProvisionalLoadForFrame:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReceivedServerRedirectForProvisionalLoad", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WebView), typeof(WebFrame) }, Selector = "webView:didReceiveServerRedirectForProvisionalLoadForFrame:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FailedProvisionalLoad", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSError), typeof(WebFrame) }, Selector = "webView:didFailProvisionalLoadWithError:forFrame:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CommitedLoad", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WebView), typeof(WebFrame) }, Selector = "webView:didCommitLoadForFrame:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReceivedTitle", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WebView), typeof(string), typeof(WebFrame) }, Selector = "webView:didReceiveTitle:forFrame:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReceivedIcon", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSImage), typeof(WebFrame) }, Selector = "webView:didReceiveIcon:forFrame:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FinishedLoad", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WebView), typeof(WebFrame) }, Selector = "webView:didFinishLoadForFrame:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FailedLoadWithError", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSError), typeof(WebFrame) }, Selector = "webView:didFailLoadWithError:forFrame:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ChangedLocationWithinPage", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WebView), typeof(WebFrame) }, Selector = "webView:didChangeLocationWithinPageForFrame:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillPerformClientRedirect", ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(WebView), typeof(NSUrl), typeof(double), typeof(NSDate), typeof(WebFrame) }, Selector = "webView:willPerformClientRedirectToURL:delay:fireDate:forFrame:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CanceledClientRedirect", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WebView), typeof(WebFrame) }, Selector = "webView:didCancelClientRedirectForFrame:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillCloseFrame", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WebView), typeof(WebFrame) }, Selector = "webView:willCloseFrame:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ClearedWindowObject", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WebView), typeof(WebScriptObject), typeof(WebFrame) }, Selector = "webView:didClearWindowObject:forFrame:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WindowScriptObjectAvailable", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WebView), typeof(WebScriptObject) }, Selector = "webView:windowScriptObjectAvailable:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidCreateJavaScriptContext", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WebView), typeof(JSContext), typeof(WebFrame) }, Selector = "webView:didCreateJavaScriptContext:forFrame:")]
    [SupportedOSPlatform("macos")]
    [UnsupportedOSPlatform("ios")]
    [UnsupportedOSPlatform("tvos")]
    [UnsupportedOSPlatform("maccatalyst")]
    public interface IWebFrameLoadDelegate : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("webView:didReceiveIcon:forFrame:")]
        [OptionalMember]
        virtual void ReceivedIcon(WebView! sender, NSImage! image, WebFrame! forFrame);
    }
}
.NET
10.0
Information specific to net10.0
Platforms This API is only available when you target a specific platform:
macOS
10.1410.1510.1611.011.111.211.312.012.112.313.013.113.314.014.2
Information specific to net10.0-macos14.2
Assembly

Microsoft.macOS , Version=15.5.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Preview The API is contained in a preview framework.
Platform Restrictions

This API is only supported on the following platforms:

  • iOS
  • Mac Catalyst
  • macOS
  • tvOS
  • Built-in API
  • Package-provided API