Frame.BaseUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.