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