NavigationManager.Initialize(String, String) Method

Definition

Called to initialize BaseURI and current URI before these values are used for the first time. Override EnsureInitialized() and call this method to dynamically calculate these values.

protected:
 void Initialize(System::String ^ baseUri, System::String ^ uri);
protected void Initialize (string baseUri, string uri);
member this.Initialize : string * string -> unit
Protected Sub Initialize (baseUri As String, uri As String)

Parameters

baseUri
String
uri
String

Applies to