Frame.BaseUri Property

Definition

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

protected:
 virtual property Uri ^ BaseUri { Uri ^ get(); void set(Uri ^ value); };
protected virtual Uri BaseUri { get; set; }
member this.BaseUri : Uri with get, set
Protected Overridable Property BaseUri As Uri

Property Value

Uri

The base uniform resource identifier (URI) of the Frame control.

Remarks

BaseUri can be set to aid resolution of relative uniform resource identifiers (URIs) for further navigation.

To get or set the uniform resource identifier (URI) of the Frame control, use the Source property.

This is protected virtual property and cannot be used directly, although can be used in derived classes.

Applies to

See also