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