I one one modal window with telerik grid inside. But i need to render images in my grid so as i understand i cant use @ twice. Here is blog post about this issue Link
In previous MVC @helper was used as a workaround for inability to nest @ tags. But in MVC CORE @helper is omitted. Read more here:
@helper
@
https://github.com/aspnet/Razor/issues/715