IImplicitResourceProvider.GetObject Method (ImplicitResourceKey, CultureInfo)

 

Gets an object representing the value of the specified resource key.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

Function GetObject (
	key As ImplicitResourceKey,
	culture As CultureInfo
) As Object

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
Return to top
Show: