Table of Contents

Enum ParameterSource

Namespace
Artemis.UI.Shared.Routing
Assembly
Artemis.UI.Shared.dll

Enum representing the source of parameters in the RoutableScreen class.

public enum ParameterSource

Fields

Route = 1

Represents the source where parameters are obtained from the entire route.

Segment = 0

Represents the source where parameters are obtained from the segment of the route.