IImplicitResourceProvider.GetImplicitResourceKeys Method

Gets a collection of implicit resource keys as specified by the prefix.

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

ICollection^ GetImplicitResourceKeys (
	String^ keyPrefix
)
ICollection GetImplicitResourceKeys (
	String keyPrefix
)
function GetImplicitResourceKeys (
	keyPrefix : String
) : ICollection
Not applicable.

Parameters

keyPrefix

The prefix of the implicit resource keys to be collected.

Return Value

An ICollection of implicit resource keys.

When implemented, the method returns a collection of implicit resource keys for a particular prefix. For example, WelcomeLabel is specified as the prefix in the expression meta:resourcekey="WelcomeLabel". Any properties in a local resource file with WelcomeLabel as a prefix should be returned with this method.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: