BloomTests.Book.BookTestsBase.SetDom C# (CSharp) Method

SetDom() protected method

protected SetDom ( string bodyContents, string headContents = "" ) : void
bodyContents string
headContents string
return void
        protected void SetDom(string bodyContents, string headContents = "")
        {
            _bookDom = MakeDom(bodyContents, headContents);
        }