Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BaseUriHelper Class

 

Provides a method to resolve relative uniform resource identifiers (URIs) with respect to the base URI of a container, such as a Frame.

Namespace:   System.Windows.Navigation
Assembly:  PresentationCore (in PresentationCore.dll)

System.Object
  System.Windows.Navigation.BaseUriHelper

public static class BaseUriHelper

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticBaseUri

Gets or sets the base uniform resource identifier (URI).

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetBaseUri(DependencyObject)

Gets the value of the BaseUri for a specified UIElement.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticBaseUriProperty

Identifies the BaseUri attached property.

.NET Framework
Available since 3.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft