3 references to Html
Microsoft.Maui.Controls (3)
HtmlWebViewSource.cs (3)
9
/// <summary>Bindable property for <see cref="
Html
"/>.</summary>
10
public static readonly BindableProperty HtmlProperty = BindableProperty.Create(nameof(
Html
), typeof(string), typeof(HtmlWebViewSource), default(string),
35
renderer.LoadHtml(
Html
, BaseUrl);