ContentFiltering.Office.Word.Cleaners.CorrectTagsClosingCleaner.CorrectTagsClosingCleaner C# (CSharp) Method

CorrectTagsClosingCleaner() public method

Cleaner constructor.
public CorrectTagsClosingCleaner ( string tagName ) : System
tagName string The name if the tag. Eg: "img", "br".
return System
        public CorrectTagsClosingCleaner(string tagName)
        {
            this.tagName = tagName;
        }
CorrectTagsClosingCleaner