Blazor icon indicating copy to clipboard operation
Blazor copied to clipboard

Implemented "FromAttribute" for component parameters

Open stavroskasidis opened this issue 8 years ago • 1 comments

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)

stavroskasidis avatar Sep 22 '17 22:09 stavroskasidis

Improved based on the mono runtime change. No longer depends on PR (#7)

stavroskasidis avatar Nov 06 '17 21:11 stavroskasidis