Class RoutingEventArgs
Routing event
Inheritance
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
RoutingEventArgs
Inherited Members
System.ComponentModel.CancelEventArgs.Cancel
System.EventArgs.Empty
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 RoutingEventArgs : CancelEventArgs
Properties
| Improve this Doc View SourceFrom
Current route
Declaration
public RouteInfo From { get; }
Property Value
Type | Description |
---|---|
RouteInfo |
RedirectedTo
Redirected route
Declaration
public string RedirectedTo { get; }
Property Value
Type | Description |
---|---|
System.String |
To
Destination route
Declaration
public RouteInfo To { get; }
Property Value
Type | Description |
---|---|
RouteInfo |
Methods
| Improve this Doc View SourceRedirectToRoute(String)
Redirect to the given route
Declaration
public void RedirectToRoute(string newRouteName)
Parameters
Type | Name | Description |
---|---|---|
System.String | newRouteName |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()