BootstrapComponents.Core.HtmlContainer.HtmlContainer C# (CSharp) 메소드

HtmlContainer() 보호된 메소드

protected HtmlContainer ( string tag, bool selfClosing = true ) : System
tag string
selfClosing bool
리턴 System
        protected HtmlContainer(string tag, bool selfClosing = true)
        {
            HtmlTag = tag;
            SelfClosing = selfClosing;
        }