Summary
A helper class which attempts to determine if a web page was built with Asp.Net.
For a list of all members of this type, see
AspNetDetector Members
.
Type Relationships
System.ObjectEas.WebCrawler.PlugIns.UrlProcessedHandlers.AspNetDetector
Declaration Syntax
NotInheritable MustInherit Public Class AspNetDetector
public sealed abstract class AspNetDetector
public __gc __sealed __abstract class AspNetDetector
public abstract class AspNetDetector
Remarks
Please note that it is possible to build a page with ASP.Net but nto leave any tracks, so that we can not detect the use of ASP.Net. We try to check as many things as possible, but in these cases the code acts like as if the page was NOT built with ASP.NetRequirements
Namespace: Eas.WebCrawler.PlugIns.UrlProcessedHandlersAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)