C# Class JSIStudios.SimpleRESTServices.Server.FullHtmlTagCleaner

Inheritance: ITextCleaner
显示文件 Open project: JSIStudios/SimpleRestServices

Public Properties

Property Type Description
Name string

Public Methods

Method Description
Clean ( string source ) : string

Private Methods

Method Description
GetTextAlongWithTag ( string startTag, string endTag, string strSource, bool removeBegin, bool removeEnd ) : string[]
RemoveIllegalCharacters ( string source ) : string
RemoveTagsAndTextBetweenTags ( string startTag, string endTag, string strSource ) : string

Method Details

Clean() public method

public Clean ( string source ) : string
source string
return string

Property Details

Name public_oe static_oe property

public static string Name
return string