asp.net.ph

HttpModuleCollection.Get Method ( String )

System.Web Namespace   HttpModuleCollection Class


Returns the IHttpModule object with the specified name from the HttpModuleCollection.

[ VB ]
Overloads Public Function Get ( _
   ByVal name As String _
) As IHttpModule

[ C# ]
public IHttpModule Get (
   string name
);

[ C++ ]
public: IHttpModule* Get (
   String* name
);

[ JScript ]
public function Get (
   name : String
) : IHttpModule;

Parameters

name
Key of the item to be retrieved.

Return Value

The IHttpModule member specified by name.

See Also

HttpModuleCollection Members   HttpModuleCollection.Get Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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