Interface IUIWebView
A component that represents a web view.
Inherited Members
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public interface IUIWebView : IUITitledElement, IUIElement
Properties
Source
The HTML content to display, or URI to the page to display.
Declaration
OneOf<string, Uri>? Source { get; }
Property Value
Type | Description |
---|---|
OneOf<string, Uri>? |
Events
SourceChanged
Raised when Source is changed.
Declaration
event EventHandler? SourceChanged
Event Type
Type | Description |
---|---|
EventHandler |