Show / Hide Table of Contents

Struct RouteSpecification

Route destination

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Neutronium.BuildingBlocks.Application.Navigation
Assembly: Neutronium.BuildingBlocks.Application.dll
Syntax
public struct RouteSpecification

Constructors

| Improve this Doc View Source

RouteSpecification(String, String)

Declaration
public RouteSpecification(string name, string context = null)
Parameters
Type Name Description
System.String name
System.String context

Properties

| Improve this Doc View Source

Context

Route context, null means route context

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

Name

Name of the route

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