ImplicitResourceKey.ImplicitResourceKey(String, String, String) Constructor

Initializes a new instance of the ImplicitResourceKey class with the specified values for the Filter, KeyPrefix and Property properties.

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

public:
ImplicitResourceKey (
	String^ filter, 
	String^ keyPrefix, 
	String^ property
)
public ImplicitResourceKey (
	String filter, 
	String keyPrefix, 
	String property
)
public function ImplicitResourceKey (
	filter : String, 
	keyPrefix : String, 
	property : String
)
Not applicable.

Parameters

filter

The filter value of an implicit resource key.

keyPrefix

The prefix for identifying a group of properties.

property

A property and subproperty, if provided, for an implicit resource key.

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: