C# 클래스 eCollegeWP7.Util.Converters.HtmlToTextConverter

상속: IValueConverter
파일 보기 프로젝트 열기: PearsonLearningStudio/mobile2-windows7

공개 메소드들

메소드 설명
Convert ( object value, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
StripHtml ( string html ) : string
StripHtmlBody ( string html ) : string

비공개 메소드들

메소드 설명
FindBodyNode ( HtmlNode node ) : HtmlNode

메소드 상세

Convert() 공개 메소드

public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
리턴 object

ConvertBack() 공개 메소드

public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
리턴 object

StripHtml() 공개 정적인 메소드

public static StripHtml ( string html ) : string
html string
리턴 string

StripHtmlBody() 공개 정적인 메소드

public static StripHtmlBody ( string html ) : string
html string
리턴 string