Skip to main content
.NET Framework Class Library
TemplateControl..::.GetLocalResourceObject Method





Gets a page-level resource.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Protected methodGetLocalResourceObject(String)Gets a page-level resource object based on the specified ResourceKey property.
Protected methodGetLocalResourceObject(String, Type, String)Gets a page-level resource object based on the specified ResourceKey property, object type, and property name.
Top