Interface IWebPageViewModel
Interface for the view model for custom views to render pages handled by the router feature.
public interface IWebPageViewModel
- Extension Methods
Properties
WebPage
Current page handled by the router.
RoutedWebPage WebPage { get; }