WebViewSource.Load(IWebViewDelegate) Method

Definition

For internal use by the Microsoft.Maui.Controls platform.

public:
 abstract void Load(Microsoft::Maui::IWebViewDelegate ^ renderer);
public abstract void Load (Microsoft.Maui.IWebViewDelegate renderer);
abstract member Load : Microsoft.Maui.IWebViewDelegate -> unit
Public MustOverride Sub Load (renderer As IWebViewDelegate)

Parameters

renderer
IWebViewDelegate

For internal use by the Microsoft.Maui.Controls platform.

Implements

Applies to