UtilNDdeNavigateFirefox(String, Boolean) Method

Navigates to the specified Url in the running Firefox process.

Definition

Namespace: DevCase.ThirdParty.NDde
Assembly: DevCase.net48.ThirdParty.NDde (in DevCase.net48.ThirdParty.NDde.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void NavigateFirefox(
	string url,
	bool openInNewwindow = false
)

Parameters

url  String
The Url to navigate.
openInNewwindow  Boolean  (Optional)

[Missing <param name="openInNewwindow"/> documentation for "M:DevCase.ThirdParty.NDde.UtilNDde.NavigateFirefox(System.String,System.Boolean)"]

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed libraries:

https://github.com/anphonic/NDde

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also