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