PageContent.IUriContext.BaseUri Property

Definition

For a description of this member, see BaseUri.

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 current context.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the PageContent instance is cast to an IUriContext interface.

Applies to