Show / Hide Table of Contents

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 Source

From

Current route

Declaration
public RouteInfo From { get; }
Property Value
Type Description
RouteInfo
| Improve this Doc View Source

RedirectedTo

Redirected route

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

To

Destination route

Declaration
public RouteInfo To { get; }
Property Value
Type Description
RouteInfo

Methods

| Improve this Doc View Source

RedirectToRoute(String)

Redirect to the given route

Declaration
public void RedirectToRoute(string newRouteName)
Parameters
Type Name Description
System.String newRouteName
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX