C# Class ICSharpCode.AvalonEdit.Rendering.MailLinkElementGenerator

Detects e-mail addresses and makes them clickable.
This element generator can be easily enabled and configured using the TextEditorOptions.
Inheritance: LinkElementGenerator
Show file Open project: kjk/kjkpub

Public Methods

Method Description
MailLinkElementGenerator ( ) : System

Creates a new MailLinkElementGenerator.

Protected Methods

Method Description
GetUriFromMatch ( Match match ) : Uri

Method Details

GetUriFromMatch() protected method

protected GetUriFromMatch ( Match match ) : Uri
match System.Text.RegularExpressions.Match
return System.Uri

MailLinkElementGenerator() public method

Creates a new MailLinkElementGenerator.
public MailLinkElementGenerator ( ) : System
return System