HttpStaticObjectsCollection::GetObject Method (String^)
.NET Framework (current version)
Returns the object with the specified name from the collection. This property is an alternative to the this accessor.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The case-insensitive name of the object to return.
The following example returns 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: