Click or drag to resize

StringUtilsExpandUrls Method

Expands links into HTML hyperlinks inside of text or HTML.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string ExpandUrls(
	string text,
	string target = null,
	bool parseFormattedLinks = false
)

Parameters

text
Type: SystemString
The text to expand
target (Optional)
Type: SystemString
Target frame where links are displayed
parseFormattedLinks (Optional)
Type: SystemBoolean
Allows parsing of links in the following format [text|www.site.com]

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.StringUtils.ExpandUrls(System.String,System.String,System.Boolean)"]

See Also