C# Class Brettle.Web.NeatHtml.Filter

Show file Open project: joeaudette/mojoportal Class Usage Examples

Public Properties

Property Type Description
ClientSideFilterName string
DefaultFilter Filter
MaxComplexity int
NoScriptDownlevelIEHeight string
NoScriptDownlevelIEWidth string
SpamFreeLinkUrlRegex System.Text.RegularExpressions.Regex
SupportNoScriptTables bool
TrustedImageUrlRegex System.Text.RegularExpressions.Regex

Public Methods

Method Description
FilterUntrusted ( string untrusted ) : string

Method Details

FilterUntrusted() public method

public FilterUntrusted ( string untrusted ) : string
untrusted string
return string

Property Details

ClientSideFilterName public property

public string ClientSideFilterName
return string

DefaultFilter public static property

public static Filter,Brettle.Web.NeatHtml DefaultFilter
return Filter

MaxComplexity public property

public int MaxComplexity
return int

NoScriptDownlevelIEHeight public property

public string NoScriptDownlevelIEHeight
return string

NoScriptDownlevelIEWidth public property

public string NoScriptDownlevelIEWidth
return string

SpamFreeLinkUrlRegex public property

public Regex,System.Text.RegularExpressions SpamFreeLinkUrlRegex
return System.Text.RegularExpressions.Regex

SupportNoScriptTables public property

public bool SupportNoScriptTables
return bool

TrustedImageUrlRegex public property

public Regex,System.Text.RegularExpressions TrustedImageUrlRegex
return System.Text.RegularExpressions.Regex