BootstrapComponents.Tests.Core.MockHtmlContainer.MockHtmlContainer C# (CSharp) Method

MockHtmlContainer() public method

public MockHtmlContainer ( string tag, bool selfClosing = true ) : BootstrapComponents.Core
tag string
selfClosing bool
return BootstrapComponents.Core
        public MockHtmlContainer(string tag, bool selfClosing = true)
            : base(tag, selfClosing)
        {
        }
MockHtmlContainer