TweetExtensions.TweetHtml Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
TweetHtml(string)
Convert the plain text tweet to HTML by autolinking @mentions, #hashtags, $cashtags and urls. Also converts emoji shortname to img.
public static string TweetHtml(this string text)
Parameters
- text
- string
Returns
string