C# Class Yodiwo.Tools.Html

Afficher le fichier Open project: yodiwo/plegma

Méthodes publiques

Свойство Type Description
Entities char>.IReadOnlyDictionary

Méthodes publiques

Méthode Description
HtmlDecodeObject ( object &obj ) : void

Recursivle html decode all string fields

HtmlEncodeObject ( object &obj ) : void

Recursivle html encode all string fields

Private Methods

Méthode Description
_HtmlTranformObject ( object &obj, HashSet processed, int Depth, bool Encode ) : void

Method Details

HtmlDecodeObject() public static méthode

Recursivle html decode all string fields
public static HtmlDecodeObject ( object &obj ) : void
obj object
Résultat void

HtmlEncodeObject() public static méthode

Recursivle html encode all string fields
public static HtmlEncodeObject ( object &obj ) : void
obj object
Résultat void

Property Details

Entities public_oe static_oe property

public static IReadOnlyDictionary Entities
Résultat char>.IReadOnlyDictionary