Share via


IWebViewSource.Load(IWebViewDelegate) Method

Definition

Load the HTML content from the source.

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

Parameters

webViewDelegate
IWebViewDelegate

WebViewDelegate parameter.

Applies to