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