FixedPage.IUriContext.BaseUri Property

Definition

Gets or sets the base URI of the current application context.

property Uri ^ System::Windows::Markup::IUriContext::BaseUri { Uri ^ get(); void set(Uri ^ value); };
Uri System.Windows.Markup.IUriContext.BaseUri { get; set; }
member this.System.Windows.Markup.IUriContext.BaseUri : Uri with get, set
 Property BaseUri As Uri Implements IUriContext.BaseUri

Property Value

Uri

The base URI of the application context.

Implements

Applies to