LoadResult Class
Represents the content loaded by an INavigationContentLoader implementation.
Namespace: System.Windows.Navigation
Assembly: System.Windows.Controls.Navigation (in System.Windows.Controls.Navigation.dll)
The LoadResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | LoadResult(Object) | Initializes a new instance of the LoadResult class and sets the LoadedContent property to the specified object. |
![]() | LoadResult(Uri) | Initializes a new instance of the LoadResult class and sets the RedirectUri property to the specified object. |
| Name | Description | |
|---|---|---|
![]() | LoadedContent | Gets the loaded page. |
![]() | RedirectUri | Gets the URI to redirect navigation to. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Typically, you will not use this class directly unless you implement the INavigationContentLoader interface or implement an alternative to the Silverlight navigation system.
This class is the return value type of the INavigationContentLoader.EndLoad method. The Silverlight navigation system uses this class to represent loaded pages (see the LoadedContent property) or redirection URIs (see the RedirectUri property).
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.


