IWebViewControl.NavigateToString(String)
IWebViewControl.NavigateToString(String)
IWebViewControl.NavigateToString(String)
IWebViewControl.NavigateToString(String)
IWebViewControl.NavigateToString(String)
Method
Definition
Loads the specified HTML content as a new document.
public : void NavigateToString(Platform::String text)
void NavigateToString(winrt::hstring text) const;
public void NavigateToString(String text)
Public Sub NavigateToString(text As String)
iWebViewControl.navigateToString(text);
Parameters
- text
- String String String
The HTML content to display in the IWebViewControl.
Remarks
NavigateToString is asynchronous. Use the NavigationCompleted event to detect when navigation has completed.
NavigateToString supports content with references to external files such as CSS, scripts, images, and fonts. However, it does not provide a way to generate or provide these resources programmatically. NavigateToLocalStreamUri provide this support instead.
Feedback
Loading feedback...