C# Класс vlko.core.Tools.HtmlManipulation

Показать файл Открыть проект

Открытые методы

Метод Описание
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