C# Class Rebel.Cms.Web.LinkSyntaxParser

Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Свойство Type Description
HrefMatch System.Text.RegularExpressions.Regex
RebelSrcMatch System.Text.RegularExpressions.Regex
SrcMatch System.Text.RegularExpressions.Regex
TagMatch System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
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.

Method Details

Parse() public méthode

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.
Résultat string

Property Details

HrefMatch public_oe static_oe property

public static Regex,System.Text.RegularExpressions HrefMatch
Résultat System.Text.RegularExpressions.Regex

RebelSrcMatch public_oe static_oe property

public static Regex,System.Text.RegularExpressions RebelSrcMatch
Résultat System.Text.RegularExpressions.Regex

SrcMatch public_oe static_oe property

public static Regex,System.Text.RegularExpressions SrcMatch
Résultat System.Text.RegularExpressions.Regex

TagMatch public_oe static_oe property

public static Regex,System.Text.RegularExpressions TagMatch
Résultat System.Text.RegularExpressions.Regex