DynamicRouteValueTransformer.State Property

Definition

Gets or sets a state value. An arbitrary value passed to the transformer from where it was registered.

public:
 property System::Object ^ State { System::Object ^ get(); void set(System::Object ^ value); };
public object State { get; set; }
public object? State { get; set; }
member this.State : obj with get, set
Public Property State As Object

Property Value

Remarks

Implementations that make use of State must be registered as transient with the service collection.

Applies to