How can define a custom block like @for in Razor view? I read about @helper here and here also there is a similar question here but @helper method just define html tags at first then when you want to use in views just can pass some parameters, in other hand @for block is that I want, in views you can pass Html (with intelligence support), Does any one have any idea about this? I also think about modify razor source code! (if possible) Is there any better way?
How can define a custom block like @for in Razor view? I read about
Share
You may take a look at Razor Templated Delegates.