gulp-inject-svg
gulp-inject-svg copied to clipboard
Use of c# generics in razor views are closed
Using this in a Razor views
@{ var item = Model.Field<Checkbox>(); }
Is complied to this
@{ var item = Model.Field<checkbox>(); }
</checkbox>
This is due to cheerio, I have to rewrite the code and remove cheerio-dependancy