aspxtreme

HttpModuleCollection.GetKey Method

System.Web Namespace   HttpModuleCollection Class


Returns the key ( name ) of the IHttpModule object at the specified numerical index..

[ VB ]
Public Function GetKey ( _
   ByVal index As Integer _
) As String

[ C# ]
public string GetKey (
   int index
);

[ C++ ]
public: String* GetKey (
   int index
);

[ JScript ]
public function GetKey (
   index : int
) : String;

Parameters

index
Index of the key to retrieve from the collection.

Return Value

The name of the IHttpModule member specified by index.

See Also

HttpModuleCollection Members   IHttpModule Interface



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 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 aspxtreme