C# Class Brettle.Web.NeatHtml.Filter

Afficher le fichier Open project: joeaudette/mojoportal Class Usage Examples

Méthodes publiques

Свойство Type Description
ClientSideFilterName string
DefaultFilter Filter
MaxComplexity int
NoScriptDownlevelIEHeight string
NoScriptDownlevelIEWidth string
SpamFreeLinkUrlRegex System.Text.RegularExpressions.Regex
SupportNoScriptTables bool
TrustedImageUrlRegex System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
FilterUntrusted ( string untrusted ) : string

Method Details

FilterUntrusted() public méthode

public FilterUntrusted ( string untrusted ) : string
untrusted string
Résultat string

Property Details

ClientSideFilterName public_oe property

public string ClientSideFilterName
Résultat string

DefaultFilter public_oe static_oe property

public static Filter,Brettle.Web.NeatHtml DefaultFilter
Résultat Filter

MaxComplexity public_oe property

public int MaxComplexity
Résultat int

NoScriptDownlevelIEHeight public_oe property

public string NoScriptDownlevelIEHeight
Résultat string

NoScriptDownlevelIEWidth public_oe property

public string NoScriptDownlevelIEWidth
Résultat string

SpamFreeLinkUrlRegex public_oe property

public Regex,System.Text.RegularExpressions SpamFreeLinkUrlRegex
Résultat System.Text.RegularExpressions.Regex

SupportNoScriptTables public_oe property

public bool SupportNoScriptTables
Résultat bool

TrustedImageUrlRegex public_oe property

public Regex,System.Text.RegularExpressions TrustedImageUrlRegex
Résultat System.Text.RegularExpressions.Regex