Bloom.Book.Book.AddCreationTypeAttribute C# (CSharp) 메소드

AddCreationTypeAttribute() 개인적인 메소드

private AddCreationTypeAttribute ( HtmlDom htmlDom ) : void
htmlDom HtmlDom
리턴 void
        private void AddCreationTypeAttribute(HtmlDom htmlDom)
        {
            htmlDom.AddCreationType(LockedDown ? "translation" : "original");
        }
Book