Windows.UI.WebUI
Windows.UI.WebUI
Windows.UI.WebUI
Windows.UI.WebUI
Namespace
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[This namespace contains one or more prerelease APIs.]
Provides APIs that are specific to apps written in HTML, JavaScript, and CSS.
Classes
Interfaces
| IActivatedEventArgsDeferral IActivatedEventArgsDeferral IActivatedEventArgsDeferral IActivatedEventArgsDeferral |
Manages delayed activation for an app. |
| IWebUIBackgroundTaskInstance IWebUIBackgroundTaskInstance IWebUIBackgroundTaskInstance IWebUIBackgroundTaskInstance |
Provides access to an instance of a background task. NoteOnce the background task sets this property and has therefore completed its work, the task must explicitly call the Web Workers close method to terminate itself. |
| IWebUINavigatedEventArgs IWebUINavigatedEventArgs IWebUINavigatedEventArgs IWebUINavigatedEventArgs |
Provides data for an app navigation event. |
Enums
| PrintContent PrintContent PrintContent PrintContent |
Specifies the content that HtmlPrintDocumentSource.content prints. |
Delegates
| ActivatedEventHandler ActivatedEventHandler ActivatedEventHandler ActivatedEventHandler |
Represents a method that handles the app activation event. |
| EnteredBackgroundEventHandler EnteredBackgroundEventHandler EnteredBackgroundEventHandler EnteredBackgroundEventHandler |
Represents a method that handles the entered background event. |
| LeavingBackgroundEventHandler LeavingBackgroundEventHandler LeavingBackgroundEventHandler LeavingBackgroundEventHandler |
Represents a method that handles the leaving background event. |
| NavigatedEventHandler NavigatedEventHandler NavigatedEventHandler NavigatedEventHandler |
Represents a method that handles the app navigation event. |
| ResumingEventHandler ResumingEventHandler ResumingEventHandler ResumingEventHandler |
Represents a method that handles the app resumption event. |
| SuspendingEventHandler SuspendingEventHandler SuspendingEventHandler SuspendingEventHandler |
Represents a method that handles the app suspension event. |