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 SourceRouteSpecification(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 SourceContext
Route context, null means route context
Declaration
public string Context { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name of the route
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |