Windows.UI.Xaml.Controls.WebViewBrush.SetSource
May 17, 2019 ยท View on GitHub
-description
Sets the source of the content for the WebViewBrush.
-parameters
-param source
The WebView hosting the HTML content that is the source for the brush.
-remarks
There are two alternatives for associating a WebViewBrush with a WebView control source:
- Reference the source WebView by its identifier name, by setting the SourceName property.
- Reference the source WebView by reference, by calling the SetSource method and passing a WebView object.