HttpModuleCollection::Get Method (String^)

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
IHttpModule^ Get(
	String^ name
)

Parameters

name
Type: System::String^

The key of the item to be retrieved.

Return Value

Type: System.Web::IHttpModule^

The IHttpModule member specified by the name parameter.

.NET Framework
Available since 1.1
Return to top
Show: