Bloom.Book.Book.AddCreationTypeAttribute C# (CSharp) Méthode

AddCreationTypeAttribute() private méthode

private AddCreationTypeAttribute ( HtmlDom htmlDom ) : void
htmlDom HtmlDom
Résultat void
        private void AddCreationTypeAttribute(HtmlDom htmlDom)
        {
            htmlDom.AddCreationType(LockedDown ? "translation" : "original");
        }
Book