C# Class SkyScraper.Extensions

Show file Open project: JonCanning/SkyScraper

Public Methods

Method Description
LinkDoesNotContainAnchor ( this str ) : bool
LinkIsLocal ( this link, string baseUri ) : bool

Method Details

LinkDoesNotContainAnchor() public static method

public static LinkDoesNotContainAnchor ( this str ) : bool
str this
return bool

LinkIsLocal() public static method

public static LinkIsLocal ( this link, string baseUri ) : bool
link this
baseUri string
return bool