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