Show / Hide Table of Contents

Class LoadResult

Result of a Load operation from an INavigationContentLoader

Inheritance
System.Object
LoadResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Navigation
Assembly: OpenSilver.Controls.Navigation.dll
Syntax
public class LoadResult

Constructors

| Improve this Doc View Source

LoadResult(Object)

Creates a LoadResult

Declaration
public LoadResult(object loadedContent)
Parameters
Type Name Description
System.Object loadedContent

Content loaded from the load operation

| Improve this Doc View Source

LoadResult(Uri)

Creates a LoadResult

Declaration
public LoadResult(Uri redirectUri)
Parameters
Type Name Description
System.Uri redirectUri

Uri used for redirection by the NavigationService

Properties

| Improve this Doc View Source

LoadedContent

Content loaded from the load operation

Declaration
public object LoadedContent { get; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

RedirectUri

Uri used for redirection by the NavigationService

Declaration
public Uri RedirectUri { get; }
Property Value
Type Description
System.Uri
  • Improve this Doc
  • View Source