Метод | Описание | |
---|---|---|
Scrub ( string text ) : string | ||
Scrub ( string text, ScrubType scrubType ) : string |
Метод | Описание | |
---|---|---|
AddAttributes ( System.Xml.Linq.XElement source, System.Xml.Linq.XContainer target ) : void | ||
RemoveAllNamespaces ( System.Xml.Linq.XElement xmlDocument ) : System.Xml.Linq.XElement | ||
ScrubJson ( string text ) : string | ||
ScrubXml ( string text ) : string |
public static Scrub ( string text ) : string | ||
text | string | |
Результат | string |
public static Scrub ( string text, ScrubType scrubType ) : string | ||
text | string | |
scrubType | ScrubType | |
Результат | string |