C# Класс Subtext.Framework.Tracking.Verifier

Used to verify that a trackback or pingback source actually contains a link to this site.
Показать файл Открыть проект

Открытые методы

Метод Описание
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