Show / Hide Table of Contents

Class NavigationContext

Navigation context

Inheritance
System.Object
NavigationContext
NavigationContext<T>
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: Neutronium.BuildingBlocks.Application.Navigation
Assembly: Neutronium.BuildingBlocks.Application.dll
Syntax
public class NavigationContext

Properties

| Improve this Doc View Source

ResolutionKey

Resolution key used by dependency injection

Declaration
public string ResolutionKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RouteName

Route name

Declaration
public string RouteName { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX