Frame.ContentLoader Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets the object responsible for providing the content that corresponds to a requested URI.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Navigation (in System.Windows.Controls.Navigation.dll)
Syntax
'Declaration
Public Property ContentLoader As INavigationContentLoader
public INavigationContentLoader ContentLoader { get; set; }
Property Value
Type: System.Windows.Navigation.INavigationContentLoader
The object responsible for providing the content that corresponds to a requested URI. The default is a PageResourceContentLoader instance.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also