C# Class Subtext.Framework.Tracking.Verifier

Used to verify that a trackback or pingback source actually contains a link to this site.
ファイルを表示 Open project: ayende/Subtext

Public Methods

Method 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 method

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.
return bool

SourceContainsTarget() public static method

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.
return bool