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
Afficher le fichier Open project: kjk/kjkpub

Méthodes publiques

Méthode Description
MailLinkElementGenerator ( ) : System

Creates a new MailLinkElementGenerator.

Méthodes protégées

Méthode Description
GetUriFromMatch ( Match match ) : Uri

Method Details

GetUriFromMatch() protected méthode

protected GetUriFromMatch ( Match match ) : Uri
match System.Text.RegularExpressions.Match
Résultat System.Uri

MailLinkElementGenerator() public méthode

Creates a new MailLinkElementGenerator.
public MailLinkElementGenerator ( ) : System
Résultat System