Loads pages from the application package (.xap file) that correspond to a given URI.
Public NotInheritable Class PageResourceContentLoader _ Implements INavigationContentLoader
public sealed class PageResourceContentLoader : INavigationContentLoader
The PageResourceContentLoader type exposes the following members.
Typically, you will not call the methods of this class directly unless you implement an alternative to the Silverlight navigation system.
The Silverlight navigation system uses this class as its default content loader. This class is the default implementation of INavigationContentLoader, and an instance of this class is the default value for the Frame..::.ContentLoader property.
The Silverlight navigation system requires the navigation target to be a UserControl instance, although you will typically load Page instances. The Page class derives from the UserControl class and provides additional navigation support.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.