/// <summary> /// Initializes a new instance of the <see cref="MobileSwitchHtmlBuilder" /> class. /// </summary> /// <param name="component">The MobileSwitch component.</param> public MobileSwitchHtmlBuilder(MobileSwitch component) { this.component = component; }