puresourcecode.com
Templated Razor Delegates
What’s that? I’ll let the code do the speaking. @{ Func b = @@item; } This sentence is @b("In Bold"). That could come in handy if you have friends who’ll jump on your case for using the bold tag instead of the strong tag because it’s “not semantic”. Note that the delegate that’s generated...
Enrico