BootstrapComponents.Core.GenericInnerHtmlContainer.GenericInnerHtmlContainer C# (CSharp) Метод

GenericInnerHtmlContainer() публичный Метод

public GenericInnerHtmlContainer ( string tag, string innerHtml = "", bool selfClosing = true ) : System.Web
tag string
innerHtml string
selfClosing bool
Результат System.Web
        public GenericInnerHtmlContainer(string tag, string innerHtml = "", bool selfClosing = true)
            : base(tag, selfClosing)
        {
            _innerHtml = innerHtml;
        }