BootstrapComponents.Tests.Core.MockHtmlContainer.MockHtmlContainer C# (CSharp) Méthode

MockHtmlContainer() public méthode

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