HttpStaticObjectsCollection::Item Property (String^)
.NET Framework (current version)
Gets the object with the specified name from the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The case-insensitive name of the object to get.
The following example retrieves an object named ArrayList1 from the StaticObjects collection and copies it to an object variable.
.NET Framework
Available since 1.1
Available since 1.1
Show: