DynamicRouteValueTransformer.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.