C# Class Dovetail.SDK.Bootstrap.UrlLinkifier

Inheritance: IUrlLinkifier
Mostra file Open project: DovetailSoftware/dovetail-bootstrap

Public Properties

Property Type Description
UrlExpression System.Text.RegularExpressions.Regex

Public Methods

Method Description
Linkify ( string text ) : string

Method Details

Linkify() public method

public Linkify ( string text ) : string
text string
return string

Property Details

UrlExpression public_oe static_oe property

public static Regex,System.Text.RegularExpressions UrlExpression
return System.Text.RegularExpressions.Regex