C# 클래스 Subtext.Framework.Tracking.Verifier

Used to verify that a trackback or pingback source actually contains a link to this site.
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
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.

메소드 상세

SourceContainsTarget() 공개 정적인 메소드

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.
리턴 bool

SourceContainsTarget() 공개 정적인 메소드

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.
리턴 bool