Property Parameter
Parameter
Gets or sets the route parameter (or parameters tuple if there are multiple parameters) for this view model. This property is set once prior to any navigation events being called on the view model. Getting the value before it is set or setting it more than once will throw an InvalidOperationException.
Declaration
TParam Parameter { get; set; }
Property Value
Type | Description |
---|---|
TParam |