Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of c# generics in razor views are closed #22

Open
tormand86 opened this issue Oct 25, 2017 · 1 comment
Open

Use of c# generics in razor views are closed #22

tormand86 opened this issue Oct 25, 2017 · 1 comment
Labels
Milestone

Comments

@tormand86
Copy link

Using this in a Razor views
@{ var item = Model.Field<Checkbox>(); }
Is complied to this
@{ var item = Model.Field<checkbox>(); }
</checkbox>

@viktorlarsson
Copy link
Owner

This is due to cheerio, I have to rewrite the code and remove cheerio-dependancy

@viktorlarsson viktorlarsson added this to the 0.1.16 milestone Nov 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants