C# Class vlko.core.Tools.HtmlManipulation

Mostra file Open project: vlko/vlko

Public Methods

Method Description
RemoveTags ( this htmlInput ) : string

Removes the tags.

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

Shortens the specified input.

Method Details

RemoveTags() public static method

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

Shorten() public static method

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.
return string