C# Class Yodiwo.Tools.Html

Exibir arquivo Open project: yodiwo/plegma

Public Properties

Property Type Description
Entities char>.IReadOnlyDictionary

Public Methods

Method Description
HtmlDecodeObject ( object &obj ) : void

Recursivle html decode all string fields

HtmlEncodeObject ( object &obj ) : void

Recursivle html encode all string fields

Private Methods

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

Method Details

HtmlDecodeObject() public static method

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

HtmlEncodeObject() public static method

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

Property Details

Entities public_oe static_oe property

public static IReadOnlyDictionary Entities
return char>.IReadOnlyDictionary