C# 클래스 Rebel.Cms.Web.LinkSyntaxParser

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HrefMatch System.Text.RegularExpressions.Regex
RebelSrcMatch System.Text.RegularExpressions.Regex
SrcMatch System.Text.RegularExpressions.Regex
TagMatch System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
Parse ( string input, string>.Func linkFoundCallback ) : string

Finds an internal link amongst the input content (generally html) and renders the correct url into the output.

메소드 상세

Parse() 공개 메소드

Finds an internal link amongst the input content (generally html) and renders the correct url into the output.
public Parse ( string input, string>.Func linkFoundCallback ) : string
input string The input.
linkFoundCallback string>.Func The link found callback.
리턴 string

프로퍼티 상세

HrefMatch 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions HrefMatch
리턴 System.Text.RegularExpressions.Regex

RebelSrcMatch 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions RebelSrcMatch
리턴 System.Text.RegularExpressions.Regex

SrcMatch 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions SrcMatch
리턴 System.Text.RegularExpressions.Regex

TagMatch 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions TagMatch
리턴 System.Text.RegularExpressions.Regex