BaseUriHelper Class

Definition

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

public ref class BaseUriHelper abstract sealed
public static class BaseUriHelper
type BaseUriHelper = class
Public Class BaseUriHelper
Inheritance
BaseUriHelper

Fields

BaseUriProperty

Identifies the BaseUri attached property.

Attached Properties

BaseUri

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

Methods

GetBaseUri(DependencyObject)

Gets the value of the BaseUri for a specified UIElement.

Applies to

See also