Blazor
Blazor copied to clipboard
Implemented "FromAttribute" for component parameters
A basic (and a bit crude) implementation of a "FromAttribute" attribute for component parameters.
This PR requires the corlib changes of the "corlib and JIT updates" PR (#7) for it to work (relies on some basic reflection)
Improved based on the mono runtime change. No longer depends on PR (#7)