Interface IRegionNavigationJournalEntry
An entry in an IRegionNavigationJournal representing the URI navigated to.
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IRegionNavigationJournalEntry
Properties
View SourceUri
Gets or sets the URI.
Declaration
Uri Uri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri | The URI. |