What it's the easiest way to change the css class name of a WebContentForm that use a MasterPage ?
Example:
- MasterPage :
<body>...</body> - Index.aspx : I will like the rendered page to look like
<body class="myClass">...</body> - Other.aspx :
<body>...</body>