SaaS CMS has officially launched! Learn more now.

Class BodySettings

Inheritance
System.Object
BodySettings
Namespace: EPiServer.UI.WebControls
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class BodySettings : Control

Constructors

BodySettings()

Declaration
public BodySettings()

Properties

CssClass

Declaration
public string CssClass { get; set; }
Property Value
Type Description
System.String

Style

Declaration
public string Style { get; set; }
Property Value
Type Description
System.String

Methods

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

Extension Methods