System.Web Namespace
Defines the contract that class factories must implement to create new IHttpHandler objects.
A class that implements the IHttpHandlerFactory interface has no behavior except to dynamically manufacture new handler objects that is, new instances of classes that implement the IHttpHandler interface.
IHttpHandlerFactory.methodName ( arguments );
IHttpHandlerFactory.methodName ( arguments )
Type var = IHttpHandlerFactory.methodName ( arguments );
Dim var as Type = IHttpHandlerFactory.methodName ( arguments )
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph