Class RouteParamsModelAttribute
Marks a partial record for source generation of IRouteParamsModel<TSelf> implementations, enabling bidirectional conversion between the record and a RouteValuesCollection.
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public sealed class RouteParamsModelAttribute : Attribute