Hyperlink::IUriContext::BaseUri Property

 
Use BaseTrue

Gets or sets a base URI for the Hyperlink.

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

private:
property Uri^ BaseUri {
	virtual Uri^ get() sealed = IUriContext::BaseUri::get;
	virtual void set(Uri^ value) sealed = IUriContext::BaseUri::set;
}

Property Value

Type: System::Uri^

A base URI for the Hyperlink.

.NET Framework
Available since 3.0
Return to top
Show: