BootstrapExtensions.Base.HtmlListBuilder.Item C# (CSharp) 메소드

Item() 공개 메소드

public Item ( string text ) : void
text string
리턴 void
        public void Item(string text)
        {
            _list.ListItems.Add(new HtmlListItem(text));
        }