System.Web Namespace TemplateControl Class
.NET Framework version 2.0
Gets a page-level resource object based on the specified ResourceKey property.
[ VB ]
Protected Function GetLocalResourceObject ( _
resourceKey As String _
) As Object
[ C# ]
protected Object GetLocalResourceObject (
string resourceKey
)
[ C++ ]
protected:
Object^ GetLocalResourceObject (
String^ resourceKey
)
[ JScript ]
protected Object GetLocalResourceObject (
String resourceKey
)
- resourceKey
- A string that represents the ResourceKey of the requested resource object.
An object that represents the requested page-level resource object; otherwise, a null reference ( Nothing in Visual Basic ) is returned.
The following example illustrates using one of the overload versions of the GetLocalResourceObject method.
Show me
GetLocalResourceObject Method Overload List TemplateControl Members