Is it possible to use a @section {} construct from within a view rendered via Html.RenderAction?
Seems to be impossible?
            Asked
            
        
        
            Active
            
        
            Viewed 1,396 times
        
    0
            
            
         
    
    
        Sascha
        
- 2,193
- 3
- 24
- 38
- 
                    Can you give a bit more detail as to what you are trying to achieve? – Gaz Winter Dec 18 '12 at 11:07
- 
                    2As far as I know, you can't have sections inside partial views. – Tomi Lammi Dec 18 '12 at 11:17
- 
                    Seems like it's really by design: http://stackoverflow.com/a/7556594/309821 (great, "Trivial answer converted to comment") – Sascha Dec 18 '12 at 12:03
