Class LoadResult
Result of a Load operation from an INavigationContentLoader
Inheritance
System.Object
LoadResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Windows.Navigation
Assembly: Controls.Navigation.OpenSilver.dll
Syntax
public class LoadResult
Constructors
| Improve this Doc View SourceLoadResult(Object)
Creates a LoadResult
Declaration
public LoadResult(object loadedContent)
Parameters
Type | Name | Description |
---|---|---|
System.Object | loadedContent | Content loaded from the load operation |
LoadResult(Uri)
Creates a LoadResult
Declaration
public LoadResult(Uri redirectUri)
Parameters
Type | Name | Description |
---|---|---|
Uri | redirectUri | Uri used for redirection by the NavigationService |
Properties
| Improve this Doc View SourceLoadedContent
Content loaded from the load operation
Declaration
public object LoadedContent { get; }
Property Value
Type | Description |
---|---|
System.Object |
RedirectUri
Uri used for redirection by the NavigationService
Declaration
public Uri RedirectUri { get; }
Property Value
Type | Description |
---|---|
Uri |