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 ) |
|
C# |
VB |
Type var = IHttpHandlerFactory.methodName ( arguments );
Dim var as Type = IHttpHandlerFactory.methodName ( arguments ) |
|
C# |
VB |