Compartilhar via


HtmlWebViewSource.Load(IWebViewDelegate) Method

Definition

Loads the specified renderer with the current base URL and HTML.

public:
 override void Load(Microsoft::Maui::IWebViewDelegate ^ renderer);
public override void Load (Microsoft.Maui.IWebViewDelegate renderer);
override this.Load : Microsoft.Maui.IWebViewDelegate -> unit
Public Overrides Sub Load (renderer As IWebViewDelegate)

Parameters

renderer
IWebViewDelegate

The renderer into which to load html content.

Applies to