WebViewControl.NavigateToString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads the specified HTML content as a new document.
For more info, see Windows.Web.UI.IWebViewControl
public:
virtual void NavigateToString(Platform::String ^ text) = NavigateToString;
void NavigateToString(winrt::hstring const& text);
public void NavigateToString(string text);
function navigateToString(text)
Public Sub NavigateToString (text As String)
Parameters
- text
-
String
Platform::String
winrt::hstring
The HTML content to display in the control.
Implements
M:Windows.Web.UI.IWebViewControl.NavigateToString(System.String)
M:Windows.Web.UI.IWebViewControl.NavigateToString(Platform::String)
M:Windows.Web.UI.IWebViewControl.NavigateToString(winrt::hstring)