C# Class Subtext.Framework.Tracking.Verifier

Used to verify that a trackback or pingback source actually contains a link to this site.
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode Description
SourceContainsTarget ( Uri sourceUrl, Uri targetUrl ) : bool

Checks that the contents of the source url contains the target URL.

SourceContainsTarget ( Uri sourceUrl, Uri targetUrl, string &pageTitle ) : bool

Checks that the contents of the source url contains the target URL.

Method Details

SourceContainsTarget() public static méthode

Checks that the contents of the source url contains the target URL.
public static SourceContainsTarget ( Uri sourceUrl, Uri targetUrl ) : bool
sourceUrl System.Uri The source URL.
targetUrl System.Uri The target URL.
Résultat bool

SourceContainsTarget() public static méthode

Checks that the contents of the source url contains the target URL.
public static SourceContainsTarget ( Uri sourceUrl, Uri targetUrl, string &pageTitle ) : bool
sourceUrl System.Uri The source URL.
targetUrl System.Uri The target URL.
pageTitle string The page title.
Résultat bool