C# 클래스 Brettle.Web.NeatHtml.Filter

파일 보기 프로젝트 열기: joeaudette/mojoportal 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ClientSideFilterName string
DefaultFilter Filter
MaxComplexity int
NoScriptDownlevelIEHeight string
NoScriptDownlevelIEWidth string
SpamFreeLinkUrlRegex System.Text.RegularExpressions.Regex
SupportNoScriptTables bool
TrustedImageUrlRegex System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
FilterUntrusted ( string untrusted ) : string

메소드 상세

FilterUntrusted() 공개 메소드

public FilterUntrusted ( string untrusted ) : string
untrusted string
리턴 string

프로퍼티 상세

ClientSideFilterName 공개적으로 프로퍼티

public string ClientSideFilterName
리턴 string

DefaultFilter 공개적으로 정적으로 프로퍼티

public static Filter,Brettle.Web.NeatHtml DefaultFilter
리턴 Filter

MaxComplexity 공개적으로 프로퍼티

public int MaxComplexity
리턴 int

NoScriptDownlevelIEHeight 공개적으로 프로퍼티

public string NoScriptDownlevelIEHeight
리턴 string

NoScriptDownlevelIEWidth 공개적으로 프로퍼티

public string NoScriptDownlevelIEWidth
리턴 string

SpamFreeLinkUrlRegex 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions SpamFreeLinkUrlRegex
리턴 System.Text.RegularExpressions.Regex

SupportNoScriptTables 공개적으로 프로퍼티

public bool SupportNoScriptTables
리턴 bool

TrustedImageUrlRegex 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions TrustedImageUrlRegex
리턴 System.Text.RegularExpressions.Regex