Gets the navigate URI.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public static Uri GetNavigateUri(
	FrameworkElement element
)
Visual Basic
Public Shared Function GetNavigateUri ( _
	element As FrameworkElement _
) As Uri
Visual C++
public:
static Uri^ GetNavigateUri(
	FrameworkElement^ element
)

Parameters

element
Type: System.Windows..::..FrameworkElement
The element.

Return Value

The navigate URI

See Also