How to use generic syntax inside a Razor view file?

I was trying to use the following statement:

@Html.Test<ISQL>().Nand()

However, Razor is choking at the < before the ISQL.

Any official work around for it?

69
задан marcind 23 November 2010 в 06:45
поделиться