FixedPage::SetNavigateUri Method (UIElement^, Uri^)

 

Sets the uniform resource identifier (URI) to navigate to when a hyperlink is clicked.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
static void SetNavigateUri(
	UIElement^ element,
	Uri^ uri
)

Parameters

element
Type: System.Windows::UIElement^

The element on which to set the URI offset.

uri
Type: System::Uri^

The URI to navigate to when a hyperlink is clicked.

.NET Framework
Available since 3.0
Return to top
Show: