Declaration Syntax
ReadOnly Property StartingUris() As IEnumerable`1
IEnumerable`1<string> StartingUris {get;}
__property IEnumerable`1 get_StartingUris();
function get StartingUris() : IEnumerable`1;
Remarks
In other words, the uris in this list will be processed, and then the crawler will follow any appropriate links in these pages, and so on...Requirements
Namespace: Eas.WebCrawler.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)