Метод | Описание | |
---|---|---|
DetailsLink ( this q ) : string | ||
LinkTo ( this s ) : string | ||
PresentText ( this text, int maxLength ) : string |
Метод | Описание | |
---|---|---|
ToUrlFriendly ( this s ) : string |
This is lifted from a Stackoverflow post
|
|
Truncate ( this str, int maxlength, bool addDots ) : string |
public static DetailsLink ( this q ) : string | ||
q | this | |
Результат | string |
public static LinkTo ( this s ) : string | ||
s | this | |
Результат | string |
public static PresentText ( this text, int maxLength ) : string | ||
text | this | |
maxLength | int | |
Результат | string |