C# Class Nvelope.HtmlExtensions

Mostra file Open project: TrinityWestern/Nvelope

Public Properties

Property Type Description
URL_FORMAT System.Text.RegularExpressions.Regex

Public Methods

Method Description
AutoLink ( string htmlsource ) : string

Private Methods

Method Description
CreateLink ( Match m ) : string

Method Details

AutoLink() public static method

public static AutoLink ( string htmlsource ) : string
htmlsource string
return string

Property Details

URL_FORMAT public_oe static_oe property

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