WebView.NavigateToLocal(String) Method

Definition

Caution

Use NavigateToLocalStreamUri(Uri, IUriToStreamResolver) instead

Loads the specified HTML content relative to the location of the current executable.

[System.Obsolete("Use NavigateToLocalStreamUri(Uri, IUriToStreamResolver) instead")]
public void NavigateToLocal (string relativePath);
[<System.Obsolete("Use NavigateToLocalStreamUri(Uri, IUriToStreamResolver) instead")>]
abstract member NavigateToLocal : string -> unit
override this.NavigateToLocal : string -> unit
Public Sub NavigateToLocal (relativePath As String)

Parameters

relativePath
String

The relative path.

Implements

Attributes

Applies to