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