asp.net.ph

HttpModuleCollection.AllKeys Property

System.Web Namespace   HttpModuleCollection Class


Gets a string array containing all the keys ( module names ) in the HttpModuleCollection.

[ VB ]
Public ReadOnly Property AllKeys As String ( ) 

[ C# ]
public string [ ] AllKeys {get;}

[ C++ ]
public: __property String* get_AllKeys ( );

[ JScript ]
public function get AllKeys ( ) : String [ ];

Property Value

An array of module names.

See Also

HttpModuleCollection Members   IHttpModule Interface Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note