Gets the navigate URI of the associated hyperlink.

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

Syntax

C#
protected Uri NavigateUri { get; }
Visual Basic
Protected ReadOnly Property NavigateUri As Uri
	Get
Visual C++
protected:
property Uri^ NavigateUri {
	Uri^ get ();
}

Field Value

The navigate URI.

See Also