IImplicitResourceProvider::GetObject Method (ImplicitResourceKey^, CultureInfo^)
.NET Framework (current version)
Gets an object representing the value of the specified resource key.
Assembly: System.Web (in System.Web.dll)
Parameters
- key
-
Type:
System.Web.Compilation::ImplicitResourceKey^
The resource key containing the prefix, filter, and property.
- culture
-
Type:
System.Globalization::CultureInfo^
The CultureInfo that represents the culture for which the resource is localized.
Return Value
Type: System::Object^An Object representing the localized value of an implicit resource key.
When implemented, the method returns the object for the value represented by the implicit resource key.
.NET Framework
Available since 2.0
Available since 2.0
Show: