WebView.NavigateToString method

0 out of 6 rated this helpful - Rate this topic

Displays the specified HTML content.

Syntax


public:
void NavigateToString(
  String^ text
)

Parameters

text

Type: System.String [.NET] | Platform::String [C++]

The HTML content to display in the WebView control.

Remarks

NavigateToString is asynchronous. Use the LoadCompleted event to detect when navigation has completed. 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

WebView

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.