C# 클래스 vlko.core.Tools.HtmlManipulation

파일 보기 프로젝트 열기: vlko/vlko

공개 메소드들

메소드 설명
RemoveTags ( this htmlInput ) : string

Removes the tags.

Shorten ( this input, int shortenLength, string additionalShortenText = null ) : string

Shortens the specified input.

메소드 상세

RemoveTags() 공개 정적인 메소드

Removes the tags.
public static RemoveTags ( this htmlInput ) : string
htmlInput this The HTML input.
리턴 string

Shorten() 공개 정적인 메소드

Shortens the specified input.
public static Shorten ( this input, int shortenLength, string additionalShortenText = null ) : string
input this The input.
shortenLength int Length of the shorten.
additionalShortenText string The additional shorten text.
리턴 string