Hey,

I have a problem with editing views in NopCommerce.
My Problem:
I have a topicpage with the system name "LegalNotice" and my Homepage with the system name "Home".
Now I want to style these pages, and set a background-image through my stylesheet to the Main Container (<div class="master-wrapper-page">).

What I tried so far:
I wanted to add the current pages system name as a class attribute to the container in the "_Root.cshtml" (line 18), but I didn't find any way to get the system name of the current page.

Any one that can help me here?
(Also: Is there any documentation with all Classes and the methods/attributes that are present?)

Best regards,

Chris