Closed iJungleboy closed 8 months ago
[x] feature request
[x] Razor templating
Currently we have to use MyModel or DynamicModel in child Razor Components to receive parameters from the caller.
MyModel
DynamicModel
It would be nicer to have type safety, eg @inherits Custom.Hybrid.RazorTyped<string> or something.
@inherits Custom.Hybrid.RazorTyped<string>
This is WIP
I'm submitting a
[x] feature request
...about
[x] Razor templating
Current Behavior / Expected Behavior
Currently we have to use
MyModel
orDynamicModel
in child Razor Components to receive parameters from the caller.It would be nicer to have type safety, eg
@inherits Custom.Hybrid.RazorTyped<string>
or something.This is WIP
Your environment