C# 클래스 ICSharpCode.AvalonEdit.Rendering.MailLinkElementGenerator

Detects e-mail addresses and makes them clickable.
This element generator can be easily enabled and configured using the TextEditorOptions.
상속: LinkElementGenerator
파일 보기 프로젝트 열기: kjk/kjkpub

공개 메소드들

메소드 설명
MailLinkElementGenerator ( ) : System

Creates a new MailLinkElementGenerator.

보호된 메소드들

메소드 설명
GetUriFromMatch ( Match match ) : Uri

메소드 상세

GetUriFromMatch() 보호된 메소드

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

MailLinkElementGenerator() 공개 메소드

Creates a new MailLinkElementGenerator.
public MailLinkElementGenerator ( ) : System
리턴 System