Table of Contents

Interface IUriContext

Namespace
Alternet.UI.Markup
Assembly
Alternet.UI.dll

The IUriContext interface allows elements (like Frame, PageViewer) and type converters (like BitmapImage TypeConverters) a way to ensure that base uri is set on them by the parser, codegen for xaml, baml and caml cases. The elements can then use this base uri to navigate.

public interface IUriContext

Properties

BaseUri

Provides the base uri of the current context.